org change default capture template to use inbox heading of notes.org
instead of inbox.org
This commit is contained in:
parent
4fabead6c7
commit
449f9440a7
|
@ -534,7 +534,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
||||||
#+begin_src emacs-lisp :results output silent
|
#+begin_src emacs-lisp :results output silent
|
||||||
(setq org-capture-templates
|
(setq org-capture-templates
|
||||||
'(("n" "Note" entry
|
'(("n" "Note" entry
|
||||||
(file "inbox.org")
|
(file+headline "notes.org" "Inbox")
|
||||||
"* %?")
|
"* %?")
|
||||||
("t" "Task" entry
|
("t" "Task" entry
|
||||||
(file+headline "tasks.org" "Inbox")
|
(file+headline "tasks.org" "Inbox")
|
||||||
|
|
Loading…
Reference in a new issue