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

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

[elpa] externals/gnorb a0f32ad 444/449: [gnorb] Don't allow creation of


From: Stefan Monnier
Subject: [elpa] externals/gnorb a0f32ad 444/449: [gnorb] Don't allow creation of new headings for incoming trigger
Date: Fri, 27 Nov 2020 23:16:29 -0500 (EST)

branch: externals/gnorb
commit a0f32ad4263c04ee941df60fe55c397c8d15ac6c
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    [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.
---
 gnorb-gnus.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnorb-gnus.el b/gnorb-gnus.el
index 46c1654..210b518 100644
--- a/gnorb-gnus.el
+++ b/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]