branch: externals/gnorb
commit a0f32ad4263c04ee941df60fe55c397c8d15ac6c
Author: Eric Abrahamsen <[email protected]>
Commit: Stefan Monnier <[email protected]>
[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))