what si that doing there
This commit is contained in:
parent
3abfab4981
commit
31550af977
1 changed files with 2 additions and 2 deletions
|
@ -720,12 +720,12 @@ Cause emacs overlay lol
|
|||
|
||||
(setq org-capture-templates
|
||||
`(("t" "Tasks / Projects")
|
||||
("tt" "Task" entry (file+olp "~/Projects/Code/emacs-from-scratch/OrgFiles/Tasks.org" "Inbox")
|
||||
("tt" "Task" entry (file+olp "~/org/tasks.org" "captured")
|
||||
"* TODO %?\n %U\n %a\n %i" :empty-lines 1)
|
||||
|
||||
("j" "Journal Entries")
|
||||
("jj" "Journal" entry
|
||||
(file+olp+datetree "~/Projects/Code/emacs-from-scratch/OrgFiles/Journal.org")
|
||||
(file+olp+datetree "~/org/journal.org")
|
||||
"\n* %<%I:%M %p> - Journal :journal:\n\n%?\n\n"
|
||||
;; ,(dw/read-file-as-string "~/Notes/Templates/Daily.org")
|
||||
:clock-in :clock-resume
|
||||
|
|
Loading…
Reference in a new issue