From 42d3f7095f3ae4093bdf64dafd3aa45993242809 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 25 Oct 2015 02:22:52 -0400 Subject: org-capture-templates: Update for file rename --- lisp/init-org.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lisp') diff --git a/lisp/init-org.el b/lisp/init-org.el index 4ca3e83..a1d7506 100644 --- a/lisp/init-org.el +++ b/lisp/init-org.el @@ -399,7 +399,7 @@ called through the speed command interface." "* TODO %?%i" :prepend t) ("d" "date" entry (file+headline "~/notes/calendar.org" "Inbox") "* %?%i" :prepend t) - ("m" "misc" entry (file+headline "~/notes/misc.org" "Inbox") + ("b" "bookmark" entry (file+headline "~/notes/bookmarks.org" "Inbox") "* %?%i" :prepend t) ("v" "Visit" checkitem (file+headline "~/notes/tasks.org" "Visit") "- [ ] %?%i\n" :prepend t) @@ -410,12 +410,14 @@ called through the speed command interface." "* TODO %?%i\n\n%a" :prepend t) ("D" "date link" entry (file+headline "~/notes/calendar.org" "Inbox") "* %?%i\n\n%a" :prepend t) - ("M" "misc link" entry (file+headline "~/notes/misc.org" "Inbox") + ("B" "bookmark link" entry + (file+headline "~/notes/bookmarks.org" "Inbox") "* %?%i\n\n%a" :prepend t) ;; Clipboard ("x" "task clipboard" entry (file+headline "~/notes/tasks.org" "Inbox") "* TODO %?%i\n\n%x" :prepend t) - ("X" "misc clipboard" entry (file+headline "~/notes/misc.org" "Inbox") + ("X" "bookmark clipboard" entry + (file+headline "~/notes/bookmarks.org" "Inbox") "* %?%i\n\n%x" :prepend t))) (add-hook 'org-agenda-mode-hook 'km/org-agenda-cd-and-read-dir-locals) -- cgit v1.2.3