summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-07-27 11:11:58 +0200
committerfpi2020-07-27 11:13:27 +0200
commit3d0579ebe218bfe2a2bef553579465b92f88a9c2 (patch)
treefb745fe916bbd5155abbe7f5d2d72be7d4b70e2f /emacs-init.org
parentMake org only show h:mm durations and no days (diff)
Make gnorb use org-refile-targets
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org6
1 files changed, 5 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org
index ac8ebcd..5200e15 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -3414,7 +3414,11 @@ Default keybindings:
'(progn
(define-key message-mode-map (kbd "C-c t") #'gnorb-gnus-outgoing-do-todo)))
#+end_example
-
+**** More refile targets
+Make gnorb consider the same refile targets as org.
+#+begin_src emacs-lisp :tangle no :noweb-ref gnorb-custom
+(gnorb-gnus-trigger-refile-targets org-refile-targets)
+#+end_src
*** Inline images
Resize inline images to 400px but respect width specifications in attribute lines.