]> git.donarmstrong.com Git - lib.git/commitdiff
fix the refile from remember-mail to use %:link et al instead of %c
authorDon Armstrong <don@donarmstrong.com>
Mon, 14 Aug 2017 22:09:40 +0000 (15:09 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 14 Aug 2017 22:10:05 +0000 (15:10 -0700)
emacs_el/configuration/org-mode-configuration.el

index 3d11e19f46363a8fc113036a72596040fe0561c5..a4b3fb9f2666e2d2736d546362efb2ab2053796f 100644 (file)
 (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")