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

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

[elpa] externals/gnorb f3e56d2 042/449: gnorb-org-mail-todos -- new docs


From: Stefan Monnier
Subject: [elpa] externals/gnorb f3e56d2 042/449: gnorb-org-mail-todos -- new docstring and default
Date: Fri, 27 Nov 2020 23:15:04 -0500 (EST)

branch: externals/gnorb
commit f3e56d29c88652f2ba35bd46b010827796ad5ab4
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    gnorb-org-mail-todos -- new docstring and default
    
    gnorb-org.el: gnorb-org-mail-todos
---
 lisp/gnorb-org.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lisp/gnorb-org.el b/lisp/gnorb-org.el
index fc673e9..1190a93 100644
--- a/lisp/gnorb-org.el
+++ b/lisp/gnorb-org.el
@@ -31,10 +31,11 @@
   :tag "Gnorb Org"
   :group 'gnorb)
 
-(defcustom gnorb-org-mail-todos '("MAIL" "REPLY")
+(defcustom gnorb-org-mail-todos '("EMAIL" "REPLY")
   "TODO keywords that are considered mail related -- functions in
-this library may, after completion, call org-agenda-todo on
-relevant headings with these keywords."
+this library may, after completion, call org-(agenda-)todo on
+relevant headings with these keywords. Set to nil to call
+org-todo regardless of TODO type."
   :group 'gnorb-org)
 
 (defun gnorb-org-contact-link (rec)



reply via email to

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