]> git.earman.xyz Git - emacsinit.git/commitdiff
Add license-related items
authorrearman <rearman@r717.net>
Wed, 24 Jul 2024 19:35:25 +0000 (15:35 -0400)
committerrearman <rearman@r717.net>
Wed, 24 Jul 2024 19:35:25 +0000 (15:35 -0400)
re/re-org.el
re/re-skeletons.el

index efccaf6ff8a486724a12ac5b712896c4f2f6ebee..abcebc8e8c7ab98e5e07e6b3b5559682a8f4a7e6 100644 (file)
                                     "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"
index d112057d8b75dec2fb80395b39f014b1c4d8f150..d5ba346c0aff06a3be7f2928c2c598d16709698f 100644 (file)
   "*** 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."