]> git.donarmstrong.com Git - lib.git/commitdiff
just file org mode configuration directly
authorDon Armstrong <don@donarmstrong.com>
Thu, 16 Nov 2017 19:39:26 +0000 (11:39 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 16 Nov 2017 19:39:26 +0000 (11:39 -0800)
emacs_el/configuration/org-mode-configuration.el

index a4b3fb9f2666e2d2736d546362efb2ab2053796f..d39e8c984a519c50375d50da8bee81b69a2a9b44 100644 (file)
 (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")
+      '(("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)