Create capture template for GT2 notes
This commit is contained in:
parent
a80b9348cc
commit
6829120d10
5
init.el
5
init.el
@ -336,6 +336,11 @@
|
||||
'("p" "Blog post"
|
||||
entry (file+datetree (concat org-directory "blog.org"))
|
||||
"* %^{Title} :blog:\n :PROPERTIES:\n :on: %T\n :END:\n %i%?"))
|
||||
(add-to-list 'org-capture-templates
|
||||
'("g" "GT2 note"
|
||||
entry (file+headline (concat org-directory "gt2-notes.org")
|
||||
"Captures")
|
||||
"** %^{Title}\n :PROPERTIES:\n :on: %T\n :END:\n %i%?"))
|
||||
(setq org-time-stamp-formats '("<%Y-%m-%d>" . "<%Y-%m-%d %H:%M>"))
|
||||
(setq org-todo-keywords
|
||||
'((sequence "TODO(t)"
|
||||
|
Loading…
Reference in New Issue
Block a user