Update capture template for note
This commit is contained in:
parent
6aee832cfe
commit
9d02810f57
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
|||
(add-hook 'org-agenda-finalize-hook #'org-agenda-log-mode-colorize-block))
|
||||
|
||||
;; Notes are always in the context of a specific task.
|
||||
(add-to-list 'org-capture-templates '("n" "Note" entry (file "notes.org") "* %K\nEntered on %U\n\n%i\n- %a"))
|
||||
(add-to-list 'org-capture-templates '("n" "Note" entry (file "notes.org") "* %K\n- Entered on %U\n- %F\n\n%i\n%?" :empty-lines 1))
|
||||
;; A task can be everything to do which involves some kind of physical activity.
|
||||
(add-to-list 'org-capture-templates '("t" "Task" entry (file "tasks.org") "* TODO %? :TASK:\nEntered on %U"))
|
||||
;; Remember me of an important event.
|
||||
|
|
Loading…
Add table
Reference in a new issue