Commit 1d2cbada52d3

Vincent Demeester <vincent@sbr.pm>
2015-02-18 10:40:56
Add an 'ongoing' tag to org-mode
1 parent f90b743
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -1232,6 +1232,7 @@
        (setq org-tag-alist '(
                             ("important" . ?i)
                             ("urgent" . ?u)
+                            ("ongoing" . ?o)   ;; ongoing "project", use to filter big project that are on the go
                             ("@home" . ?h)     ;; needs to be done at home
                             ("@work" . ?w)     ;; needs to be done at work
                             ("@client" . ?c)   ;; needs to be done at a client place (consulting..)