Update org capture templates
This commit is contained in:
parent
bec7600c52
commit
de1cd4dfd8
1 changed files with 3 additions and 3 deletions
|
@ -82,13 +82,13 @@
|
||||||
(add-hook 'org-agenda-finalize-hook #'org-agenda-log-mode-colorize-block))
|
(add-hook 'org-agenda-finalize-hook #'org-agenda-log-mode-colorize-block))
|
||||||
|
|
||||||
;; Just make a note
|
;; Just make a note
|
||||||
(add-to-list 'org-capture-templates '("n" "Note" entry (file "notes.org") "* %k%?\n%U\n- %l"))
|
(add-to-list 'org-capture-templates '("n" "Note" entry (file "notes.org") "* %K\nEntered on %U\n%i\n- %a"))
|
||||||
;; Task driven life
|
;; Task driven life
|
||||||
(add-to-list 'org-capture-templates '("t" "Task" entry (file "tasks.org") "* TODO %? :TASK:\n%u"))
|
(add-to-list 'org-capture-templates '("t" "Task" entry (file "tasks.org") "* TODO %? :TASK:\nEntered on %u"))
|
||||||
;; Recurring appointments
|
;; Recurring appointments
|
||||||
(add-to-list 'org-capture-templates '("a" "Appointment" entry (file "appointments.org") "* %? :APPOINTMENT:\n%T\n"))
|
(add-to-list 'org-capture-templates '("a" "Appointment" entry (file "appointments.org") "* %? :APPOINTMENT:\n%T\n"))
|
||||||
;; Capture a meeting
|
;; Capture a meeting
|
||||||
(add-to-list 'org-capture-templates '("m" "Meeting" entry (file "meetings.org") "* %? :MEETING:\n%T" :clock-in t))
|
(add-to-list 'org-capture-templates '("m" "Meeting" entry (file "meetings.org") "* %^{Topic} :MEETING:\n%T" :clock-in t))
|
||||||
;; Capture a training
|
;; Capture a training
|
||||||
(add-to-list 'org-capture-templates '("w" "Training" entry (file "trainings.org") "* %? :TRAINING:\n%T" :clock-in t))
|
(add-to-list 'org-capture-templates '("w" "Training" entry (file "trainings.org") "* %? :TRAINING:\n%T" :clock-in t))
|
||||||
;; Log my activities
|
;; Log my activities
|
||||||
|
|
Loading…
Add table
Reference in a new issue