org change default capture template to use inbox heading of notes.org

instead of inbox.org
This commit is contained in:
Evie Litherland-Smith 2024-01-14 15:02:14 +00:00
parent 4fabead6c7
commit 449f9440a7

View file

@ -534,7 +534,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
#+begin_src emacs-lisp :results output silent
(setq org-capture-templates
'(("n" "Note" entry
(file "inbox.org")
(file+headline "notes.org" "Inbox")
"* %?")
("t" "Task" entry
(file+headline "tasks.org" "Inbox")