Update org-capture templates and add keymap to goto last captured
This commit is contained in:
parent
52c16f4107
commit
5ad1850a80
|
@ -21,6 +21,7 @@
|
|||
|
||||
(keymap-set global-map "C-c o a" #'org-agenda)
|
||||
(keymap-set global-map "C-c o n" #'org-capture)
|
||||
(keymap-set global-map "C-c o l" #'org-capture-goto-last-stored)
|
||||
(keymap-set global-map "C-c o c" #'org-goto-calendar)
|
||||
(keymap-set global-map "C-c o j j" #'org-journal-new-entry)
|
||||
(keymap-set global-map "C-c o j n" #'org-journal-new-date-entry)
|
||||
|
@ -41,15 +42,15 @@
|
|||
:prepend t
|
||||
:empty-lines 1)
|
||||
("t" "Task" entry
|
||||
(file+headline "todo.org" "Inbox")
|
||||
(file "todo.org")
|
||||
"* TODO %?"
|
||||
:prepend t
|
||||
:emptry-lines 1)
|
||||
:empty-lines 1)
|
||||
("T" "Task (with context)" entry
|
||||
(file+headline "todo.org" "Inbox")
|
||||
(file "todo.org")
|
||||
"* TODO %?\n%a\n%i"
|
||||
:prepend t
|
||||
:emptry-lines 1)
|
||||
:empty-lines 1)
|
||||
))
|
||||
|
||||
(setq khalel-import-org-file (expand-file-name "calendar.org" org-directory)
|
||||
|
|
Loading…
Reference in a new issue