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

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

[elpa] externals/gnorb c8521d4 156/449: gnorb-org-mail-todos should be n


From: Stefan Monnier
Subject: [elpa] externals/gnorb c8521d4 156/449: gnorb-org-mail-todos should be nil by default
Date: Fri, 27 Nov 2020 23:15:29 -0500 (EST)

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

    gnorb-org-mail-todos should be nil by default
    
    * lisp/gnorb-org.el (gnorb-org-mail-todos): This defcustom should start
      out as nil. Ie, by default gnorb will consider all TODOs fair game.
      Users should limit that as they feel necessary, there's no need to
      hard-code TODO keywords.
---
 lisp/gnorb-org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnorb-org.el b/lisp/gnorb-org.el
index 50339aa..8ca0c71 100644
--- a/lisp/gnorb-org.el
+++ b/lisp/gnorb-org.el
@@ -31,7 +31,7 @@
   :tag "Gnorb Org"
   :group 'gnorb)
 
-(defcustom gnorb-org-mail-todos '("EMAIL" "REPLY")
+(defcustom gnorb-org-mail-todos nil
   "TODO keywords that are considered mail related -- functions in
 this library may, after completion, call org-(agenda-)todo on
 relevant headings with these keywords. Set to nil to call



reply via email to

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