Added new journal capture template
This commit is contained in:
@@ -21,6 +21,7 @@ Setup ~org~ mode:
|
|||||||
(org-agenda-mode . jm/org-roam-refresh-agenda-list))
|
(org-agenda-mode . jm/org-roam-refresh-agenda-list))
|
||||||
:config
|
:config
|
||||||
(setq jm/inbox-file (expand-file-name "inbox.org" jm/notes-directory)
|
(setq jm/inbox-file (expand-file-name "inbox.org" jm/notes-directory)
|
||||||
|
jm/journal-file (expand-file-name "journal.org" jm/notes-directory)
|
||||||
org-ellipsis " ▾"
|
org-ellipsis " ▾"
|
||||||
org-pretty-entities t
|
org-pretty-entities t
|
||||||
org-hide-emphasis-markers t
|
org-hide-emphasis-markers t
|
||||||
@@ -38,8 +39,9 @@ Setup ~org~ mode:
|
|||||||
org-time-stamp-custom-formats '("%m-%d-%y %a" . "%m-%d-%y %a %I:%M %p")
|
org-time-stamp-custom-formats '("%m-%d-%y %a" . "%m-%d-%y %a %I:%M %p")
|
||||||
|
|
||||||
;; Capture templates
|
;; Capture templates
|
||||||
org-capture-templates '(("i" "Inbox" entry (file jm/inbox-file)
|
org-capture-templates
|
||||||
"* TODO %^{Task}\nSCHEDULED: %^t DEADLINE: %^t")))
|
'(("i" "Inbox" entry (file jm/inbox-file) "* TODO %^{Task}\nSCHEDULED: %^t DEADLINE: %^t")
|
||||||
|
("j" "Journal" entry (file jm/journal-file) "* %<%Y-%m-%d> - %?")))
|
||||||
|
|
||||||
(jm/leader-keys
|
(jm/leader-keys
|
||||||
"oa" '(org-agenda :which-key "Org agenda")
|
"oa" '(org-agenda :which-key "Org agenda")
|
||||||
|
|||||||
Reference in New Issue
Block a user