From: Don Armstrong Date: Mon, 14 Aug 2017 22:09:40 +0000 (-0700) Subject: fix the refile from remember-mail to use %:link et al instead of %c X-Git-Url: https://git.donarmstrong.com/?p=lib.git;a=commitdiff_plain;h=6627bda1ff52d87c2e87d6ebb36484873b76e2bb fix the refile from remember-mail to use %:link et al instead of %c --- diff --git a/emacs_el/configuration/org-mode-configuration.el b/emacs_el/configuration/org-mode-configuration.el index 3d11e19..a4b3fb9 100644 --- a/emacs_el/configuration/org-mode-configuration.el +++ b/emacs_el/configuration/org-mode-configuration.el @@ -134,7 +134,7 @@ (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") + "* %?\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")