Open holtzermann17 opened 4 years ago
Yeah, it is not supported yet, unfortunately.
fwiw this line needs to be extended https://github.com/akhramov/org-wild-notifier.el/blob/713c5205869dde4d42127fd9365f5831ec222503/org-wild-notifier.el#L271
This also happens with repeated tasks format, e.g. <2020-09-17 17:50-20:50 .+1w>
is parsed by org-parse-time-string as if it was <2020-09-17 17:50>
.
Do you have any idea how could this be done? I think this type of tasks are a very important part of org-agenda.
Config:
GNU Emacs 26.3 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.30) of 2019-12-03 Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @ /snap/emacs/current/usr/share/emacs/26.3/lisp/org/)
Repro:
I used a minimal .emacs file for testing, after installing the package from MELPA.
I have tried to set up notifications for a repeating event like this (in
work.org
)I can't get the package to emit notifications. When I look at a trace, it seems the "time" data is not being extracted properly.