emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org-notify f47c137a96 23/23: Add a todo list


From: ELPA Syncer
Subject: [elpa] externals/org-notify f47c137a96 23/23: Add a todo list
Date: Mon, 25 Jul 2022 12:57:58 -0400 (EDT)

branch: externals/org-notify
commit f47c137a968feb34c605d79ed14069f08a3480a3
Author: Peter Münster <pm@a16n.net>
Commit: Peter Münster <pm@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

[Prev in Thread] Current Thread [Next in Thread]