branch: externals/org-notify
commit f47c137a968feb34c605d79ed14069f08a3480a3
Author: Peter Münster <p...@a16n.net>
Commit: Peter Münster <p...@a16n.net>

    Add a todo list
---
 org-notify.el | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/org-notify.el b/org-notify.el
index 2088748d5d..0598a96a5d 100644
--- a/org-notify.el
+++ b/org-notify.el
@@ -58,6 +58,18 @@
 
 ;; Take also a look at the function `org-notify-add'.
 
+;;; Todo:
+
+;; - Make use of https://github.com/jwiegley/alert in
+;;   org-notify-action-message.
+;; - Make it configurable, from where to get the timestamp
+;;   (DEADLINE and/or SCHEDULED). See also
+;;   https://lists.gnu.org/archive/html/emacs-orgmode/2016-06/msg00064.html
+;; - Since character positions can be wrong, when you add something at the
+;;   beginning of the org-file, use markers instead.
+;; - Options for procrastination (e.g. "do it tomorrow") should be more
+;;   configurable.
+
 ;;; Code:
 
 (eval-when-compile (require 'cl-lib))

Reply via email to