Meetings now live under a heading with inherited meeting tag, no need for its
own tag hotkey, but it does need to be captured in the right place.
("errand" . ?r)
("jobpc" . ?j)
("license" . ?l)
- ("meeting" . ?m)
("open" . ?o))
org-tags-exclude-from-inheritance '("open")
org-todo-keywords '((sequence "TODO(t)" "WAITING(w@)" "|" "DONE(d)" "BELAYED(b@)" "GIVEN(g@)")
:clock-in t
:clock-resume t)
("m" "Meeting" entry
- (file "gtd.org")
- "* MEETING %^{Description} :meeting:\n%^{Scheduled:}T\n%?"
+ (file+olp "gtd.org" "Meetings")
+ "* MEETING %^{Description}\n%^{Scheduled:}T\n%?"
:prepend t
:clock-in t
:clock-resume t)