ENH remove tcult, I no longer work with cells :)
This commit is contained in:
parent
68dcc8ebe8
commit
5e4a0985f1
|
@ -2381,7 +2381,6 @@ I use tags for agenda filtering (primarily for GTD contexts, see below). Each ta
|
||||||
|
|
||||||
;; gtd resource context
|
;; gtd resource context
|
||||||
(,org-x-tag-laptop . ?l)
|
(,org-x-tag-laptop . ?l)
|
||||||
(,org-x-tag-tcult . ?t)
|
|
||||||
(,org-x-tag-phone . ?p)
|
(,org-x-tag-phone . ?p)
|
||||||
|
|
||||||
;; misc tags
|
;; misc tags
|
||||||
|
|
|
@ -100,10 +100,6 @@
|
||||||
(org-x-prepend-char org-x-tag-resource-prefix "laptop")
|
(org-x-prepend-char org-x-tag-resource-prefix "laptop")
|
||||||
"Tag denoting a laptop resource.")
|
"Tag denoting a laptop resource.")
|
||||||
|
|
||||||
(defconst org-x-tag-tcult
|
|
||||||
(org-x-prepend-char org-x-tag-resource-prefix "tcult")
|
|
||||||
"Tag denoting a tissue-culture resource.")
|
|
||||||
|
|
||||||
(defconst org-x-tag-phone
|
(defconst org-x-tag-phone
|
||||||
(org-x-prepend-char org-x-tag-resource-prefix "phone")
|
(org-x-prepend-char org-x-tag-resource-prefix "phone")
|
||||||
"Tag denoting a phone resource.")
|
"Tag denoting a phone resource.")
|
||||||
|
|
Loading…
Reference in New Issue