diff options
author | fpi | 2020-07-27 11:11:58 +0200 |
---|---|---|
committer | fpi | 2020-07-27 11:13:27 +0200 |
commit | 3d0579ebe218bfe2a2bef553579465b92f88a9c2 (patch) | |
tree | fb745fe916bbd5155abbe7f5d2d72be7d4b70e2f | |
parent | Make org only show h:mm durations and no days (diff) |
Make gnorb use org-refile-targets
-rw-r--r-- | emacs-init.org | 6 |
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. |