Orgmode (CM6)
by Benoit Bazard
favorite
share
53
3,057
Description

Edit Orgmode files.

Latest Version
6 days ago
Changelog

Orgzly search

Implement orgzly search to display orgmode headings in markdown files.

For example this block

```orgmode-tasks
filepath: Orgmode/Orgmode file.org
query: .i.canceled  # everything not canceled
```

Will read the file Orgmode/Orgmode file.org and display every heading that don't have the keyword CANCELED (the query will fail if you don't have CANCELED in your keywords from the plugin settings).

image

Other queries include

  • query: it.todo every tasks with a todo keyword
  • query: s.today tasks with a scheduled date lesser than or equal to today
  • query: leaving blank means every headings

See https://www.orgzly.com/docs#search for the syntax, currently only s, d, c, i, it are implemented.

README file from
Similar Plugins
info
• Similar plugins are suggested based on the common tags between the plugins.