org: appt and meetings shouldnt have tags
This commit is contained in:
parent
7a073cf324
commit
73620dd26e
1 changed files with 2 additions and 2 deletions
|
@ -245,14 +245,14 @@
|
|||
;; Fields: Heading, timestamp.
|
||||
(add-to-list 'org-capture-templates
|
||||
'("a" "Appointment" entry (file "agenda/appt.org")
|
||||
"* %? :APPOINTMENT:\n%^{Date}t\n"))
|
||||
"* %? \n%^{Date}t\n"))
|
||||
|
||||
;; Meeting Capture Template
|
||||
;; Purpose: To capture meeting notes and automatically start a clock for time tracking.
|
||||
;; Fields: Topic, timestamp, and additional notes.
|
||||
(add-to-list 'org-capture-templates
|
||||
'("m" "Meeting" entry (file "agenda/meetings.org")
|
||||
"* %^{Topic} :MEETING:\n%T\n%?"
|
||||
"* %^{Topic} \n%T\n%?"
|
||||
:clock-in t
|
||||
:empty-lines 1))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue