From 6627bda1ff52d87c2e87d6ebb36484873b76e2bb Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 14 Aug 2017 15:09:40 -0700 Subject: [PATCH] fix the refile from remember-mail to use %:link et al instead of %c --- emacs_el/configuration/org-mode-configuration.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.2