branch: master
commit ab1114b6a51162c343c932180c9e6edda26f6207
Author: Eric Abrahamsen <e...@ericabrahamsen.net>
Commit: Eric Abrahamsen <e...@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