Use a power note

This commit is contained in:
Marcus Kammer 2023-02-05 16:53:18 +01:00
parent e21384fce0
commit 4a741f30ca
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -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\n- Entered on %U\n- %F\n\n%i\n%?" :empty-lines 1))
(add-to-list 'org-capture-templates '("pn" "Power 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.