diff options
Diffstat (limited to '.emacs.local.d/modes')
| -rw-r--r-- | .emacs.local.d/modes/org.el | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/.emacs.local.d/modes/org.el b/.emacs.local.d/modes/org.el index ee9a934..d504491 100644 --- a/.emacs.local.d/modes/org.el +++ b/.emacs.local.d/modes/org.el @@ -66,8 +66,11 @@          ("w" "Todo" entry (file+headline my-org-refile-path "Tasks")           "* TODO "           :empty-lines 1) -        ("m" "Mail" entry (file+headline my-org-refile-path "Incoming") -         "* TODO %^{Title}\n\n  Source: %u, %c\n\n  %i" +        ("m" +         "Capture incoming email" +         entry +         (file+headline my-org-refile-path "Incoming") +         "* TODO Re: %:description\n\n  Source: %u, %a\n"           :empty-lines 1)          ))) | 
