Skip to content

Commit

Permalink
Add link to notifications issue in readme/docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristijanhusak committed Jul 15, 2021
1 parent 7048beb commit e167324
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ Few examples:
* Search all without keyword `DONE`, tag `URGENT` but without tag `COMPUTER` and property `CATEGORY` equal to `mywork`: `URGENT-COMPUTER+CATEGORY=mywork/-DONE`

## Notifications (experimental)
There is an experimental support for agenda tasks notifications.
There is an experimental support for agenda tasks notifications. Related [issue #49](https://github.com/kristijanhusak/orgmode.nvim/issues/49).

Linux/MacOS has support for notifications via:
* System notification app (notify-send/terminal-notifier) (See below for setup)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Or just use `omnifunc` via <kbd>\<C-x\>\<C-o\></kbd>
* Capturing to default notes file/destination
* Archiving (archive file or ARCHIVE tag)
* Exporting (via `emacs`, `pandoc` and custom export options)
* Notifications (experimental)
* Notifications (experimental, see [Issue #49](https://github.com/kristijanhusak/orgmode.nvim/issues/49))
* Calendar popup for easier navigation and date updates
* Various org file mappings:
* Promote/Demote
Expand Down Expand Up @@ -150,7 +150,7 @@ Or just use `omnifunc` via <kbd>\<C-x\>\<C-o\></kbd>
* Find headlines matching tag(s) (<kbd>m</kbd>):
* Search for headlines (and it's content) for a query (<kbd>s</kbd>):
* [Advanced search](DOCS.md#advanced-search) for tags/todo kewords/properties
* Notifications (experimental)
* Notifications (experimental, see [Issue #49](https://github.com/kristijanhusak/orgmode.nvim/issues/49))
* Capture:
* Define custom templates
* Fast capturing to default notes file via <kbd>\<C-c\></kbd>
Expand Down
19 changes: 13 additions & 6 deletions doc/orgmode.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ CONTENTS *orgmode-content
1.1.2.3. org_agenda_start_on_weekday.|orgmode-org_agenda_start_on_weekday|
1.1.2.4. org_agenda_start_day...........|orgmode-org_agenda_start_day|
1.1.2.5. org_agenda_templates...........|orgmode-org_agenda_templates|
1.1.2.6. org_priority_highest...........|orgmode-org_priority_highest|
1.1.2.7. org_priority_default...........|orgmode-org_priority_default|
1.1.2.8. org_priority_lowest.............|orgmode-org_priority_lowest|
1.1.2.9. org_agenda_skip_scheduled_if_done.|orgmode-org_agenda_skip_scheduled_if_done|
1.1.2.10. org_agenda_skip_deadline_if_done.|orgmode-org_agenda_skip_deadline_if_done|
1.1.2.6. org_agenda_min_height.........|orgmode-org_agenda_min_height|
1.1.2.7. org_priority_highest...........|orgmode-org_priority_highest|
1.1.2.8. org_priority_default...........|orgmode-org_priority_default|
1.1.2.9. org_priority_lowest.............|orgmode-org_priority_lowest|
1.1.2.10. org_agenda_skip_scheduled_if_done.|orgmode-org_agenda_skip_scheduled_if_done|
1.1.2.11. org_agenda_skip_deadline_if_done.|orgmode-org_agenda_skip_deadline_if_done|
1.1.3. Tags settings...............................|orgmode-tags_settings|
1.1.3.1. org_use_tag_inheritance.....|orgmode-org_use_tag_inheritance|
1.1.3.2. org_tags_exclude_from_inheritance.|orgmode-org_tags_exclude_from_inheritance|
Expand Down Expand Up @@ -341,6 +342,12 @@ Example:
Journal example:
`{ j = { description = 'Journal', template = '\n*** %<%Y-%m-%d> %<%A>\n**** %U\n\n%?', target = '~/sync/org/journal.org' } }`

ORG_AGENDA_MIN_HEIGHT *orgmode-org_agenda_min_height*

type: `number`
default value: `16`
Indicates the minimum height that the agenda window will occupy.

ORG_PRIORITY_HIGHEST *orgmode-org_priority_highest*

type: `string|number`
Expand Down Expand Up @@ -851,7 +858,7 @@ Few examples:
--------------------------------------------------------------------------------
NOTIFICATIONS (EXPERIMENTAL) *orgmode-notifications_(experimental)*

There is an experimental support for agenda tasks notifications.
There is an experimental support for agenda tasks notifications. Related issue #49 (https://github.com/kristijanhusak/orgmode.nvim/issues/49).

Linux/MacOS has support for notifications via:
* System notification app (notify-send/terminal-notifier) (See below for setup)
Expand Down

0 comments on commit e167324

Please sign in to comment.