summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-06-23 09:18:18 +0100
committerSean Whitton <spwhitton@spwhitton.name>2023-06-23 09:18:21 +0100
commitfb758432343a87ddb8d34b0de29bf7f16904b1cd (patch)
treeb77eed52d80c84786e07cfab5eeffcf46510a348
parentd7b42b1204c159bafd31f4d8bee4162c73c5c017 (diff)
downloaddotfiles-fb758432343a87ddb8d34b0de29bf7f16904b1cd.tar.gz
update org-tag-alist
-rw-r--r--.emacs.d/init.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 1cfa2319..07bd764f 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -4838,19 +4838,19 @@ before uploading to NEW again." \n \n
org-tag-alist
'((:startgroup)
- ("@Tucson" . ?t)
- ("@Sheffield" . ?s)
- ("@LaAldea" . ?h)
+ ;; ("@Tucson" . ?t)
+ ;; ("@Sheffield" . ?s)
+ ("@Home" . ?h)
("@Office" . ?o)
(:endgroup)
- ("@iPad" . ?i)
+ ;; ("@iPad" . ?i)
;; following are needed when at times when I'm regularly accessing
;; my Org-mode agenda over SSH
;; (:startgroup)
;; ("@Emacs" . ?e) ; SSH Emacs only
;; ("@workstation" . ?m) ; on my fully set-up personal (m)achine
;; (:endgroup)
- ("UA" . ?w) ; academic work
+ ("Weekdays" . ?w) ; inc. academic work
("Debian" . ?d)
("FLOSS" . ?f)