X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=emacs_el%2Fconfiguration%2Forg-mode-configuration.el;h=d39e8c984a519c50375d50da8bee81b69a2a9b44;hb=34f9dd4d0b45dd5e0dcc987d2fcf147fc4ed5a9c;hp=3d11e19f46363a8fc113036a72596040fe0561c5;hpb=512d0a029cda672a6fb6a19233809a5eae2c7e5a;p=lib.git diff --git a/emacs_el/configuration/org-mode-configuration.el b/emacs_el/configuration/org-mode-configuration.el index 3d11e19..d39e8c9 100644 --- a/emacs_el/configuration/org-mode-configuration.el +++ b/emacs_el/configuration/org-mode-configuration.el @@ -133,8 +133,8 @@ (setq org-default-notes-file "~/projects/org-notes/notes.org") (setq org-id-link-to-org-use-id t) (setq org-capture-templates ;; mail-specific note template, identified by "m" - '(("m" "Mail" entry (file+headline "~/projects/org-notes/refile.org" "Mail") - "* %?\n\n Source: %u, %c\n %i") + '(("m" "Mail" entry (file "~/projects/org-notes/refile.org") + "* %?\n\n Source: %u, [[%:link][%:description]]\n %:initial") ("t" "todo" entry (file "~/projects/org-notes/refile.org") "* TODO %?\n :PROPERTIES:\n :END:\n :LOGBOOK:\n :END:\n%U\n%a\n" :clock-in t :clock-resume t) ("r" "respond" entry (file "~/projects/org-notes/refile.org")