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

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

[elpa] master ab1114b 3/4: [gnorb] Don't allow creation of new headings


From: Eric Abrahamsen
Subject: [elpa] master ab1114b 3/4: [gnorb] Don't allow creation of new headings for incoming trigger
Date: Thu, 3 Sep 2020 19:29:01 -0400 (EDT)

branch: master
commit ab1114b6a51162c343c932180c9e6edda26f6207
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    [gnorb] Don't allow creation of new headings for incoming trigger
    
    * packages/gnorb/gnorb-gnus.el (gnorb-gnus-incoming-do-todo): This
    function should only be used to continue existing tracking
    associations; org-capture should be used to create new ones.
---
 packages/gnorb/gnorb-gnus.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/gnorb/gnorb-gnus.el b/packages/gnorb/gnorb-gnus.el
index 46c1654..210b518 100644
--- a/packages/gnorb/gnorb-gnus.el
+++ b/packages/gnorb/gnorb-gnus.el
@@ -596,7 +596,7 @@ you'll stay in the Gnus summary buffer."
                        (throw 'target (setq targ h)))))
            ;; If not, use the refile interface to choose one.
            (setq targ (org-refile-get-location
-                       "Trigger heading" nil t))
+                       "Trigger heading" nil))
            (setq targ
                  (save-window-excursion
                    (find-file (nth 1 targ))



reply via email to

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