[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))
- [elpa] externals/gnorb 183cf9c 435/449: [gnorb] Fix dumb typo in 07214d9e4, (continued)
- [elpa] externals/gnorb 183cf9c 435/449: [gnorb] Fix dumb typo in 07214d9e4, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb f383a7e 416/449: [gnorb] Require gnorb-org within gnorb-trigger-todo-action, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 9adc9dd 427/449: [gnorb] Add nnselect method of getting an article's "real" group, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 3fb0aed 438/449: [gnorb] Fixes to link scanning, bump to 1.6.6, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 5692b47 448/449: [gnorb] Finish refactoring for nnselect, bump to 1.6.9, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 6174d5a 410/449: [gnorb] More little tweaks to registry searching, bump to 1.5.2, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 46b72b2 415/449: [gnorb] Bump version to 1.5.3, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb c4aa1d5 441/449: [gnorb] Improve customization type for gnorb-gnus-sent-groups, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 056a767 442/449: [gnorb] Improvements to gnorb-org-setup-message, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb b2138dd 437/449: [gnorb] Update to use org-link-any-re, bump to 1.6.5, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb a0f32ad 444/449: [gnorb] Don't allow creation of new headings for incoming trigger,
Stefan Monnier <=
- [elpa] externals/gnorb 78fe298 426/449: [gnorb] Move location of gnorb-gnus-summary-mode-hook, bump to 1.6.1, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 3940f46 431/449: [gnorb] Fix to previous commit, bump to 1.6.3, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 5f9611b 449/449: Fix some quoting problems in doc strings, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 15726f0 419/449: [gnorb] Missing quote in nested `eval-after-load', bump to 1.5.5, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb d5aafc5 445/449: [gnorb] Bump version to 1.6.8, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb a512de8 422/449: gnorb: Remove weird group-name guard, bump to 1.5.7, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb be4c245 425/449: [gnorb] New option gnorb-gnus-refile-use-outline-path, bump to 1.6.0, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 66c2847 447/449: [gnorb] Random unimportant pokings-about, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 81c297f 440/449: [gnorb] We're not supposed to be useing gnorb-org-msg-id-key anymore, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 9b2b269 319/449: Use with-eval-after-load not eval-after-load, Stefan Monnier, 2020/11/27