"WAITING(w@/!)"
"IN-PROGRESS(i!)"
"APPT(a!)"
+ "ORDERED(o!)"
+ "QUOTED(q!)"
"|"
+ "RECEIVED(r!/@)"
"DELEGATED(l@)"
"DONE(d!/@)"
"CANCELLED(c@)")))
(setq org-tag-alist '((:startgroup . nil)
+ ("licenses" . ?l)
("need" . ?n)
("standard" . ?s)
("wisdom" . ?w)
"* TODO %?\n%U\n"
:clock-in t
:clock-resume t)
+ ("l" "Purchase Licenses" entry
+ (file org-default-notes-file)
+ "* TODO Get Licenses :licenses:\n%U\n** TODO Wonderware\n** TODO TOPServer\n"
+ :clock-in t
+ :clock-resume t)
("m" "Meeting" entry
(file+olp+datetree org-journal-file)
"* %? :meeting:\n%t\n** Notes\n** Action Items"
"*** Expirements\n"
"*** PLC [/]\n"
"*** Wonderware [/]\n"
- "*** Commissioning [/]\n")
+ "*** Commissioning [/]\n"
+ "*** TODO Get Licenses :licenses:\n"
+ "**** TODO Wonderware\n"
+ "**** TODO TOPServer\n")
(define-skeleton skel-person-properties
"Insert the org title and filetags for a person."