summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby Bingham <koorogi@koorogi.info>2020-05-30 13:20:40 -0500
committerBobby Bingham <koorogi@koorogi.info>2021-02-06 10:39:37 -0600
commitd9c2b348071ebda31e2176d6c39097c7c252a548 (patch)
tree9ab399936f8c7ffdb458e9aeea11dafd3474a5a1
parentd4483a7a0771c0f00f669af8a5d0fd1bbb6a1bd3 (diff)
emacs: more org mode updates
-rw-r--r--emacs/.emacs.d/org-mode.el20
1 files changed, 13 insertions, 7 deletions
diff --git a/emacs/.emacs.d/org-mode.el b/emacs/.emacs.d/org-mode.el
index 9454abe..db8e5db 100644
--- a/emacs/.emacs.d/org-mode.el
+++ b/emacs/.emacs.d/org-mode.el
@@ -25,13 +25,6 @@
(:name "Time Logging" :todo "TLG")
(:name "Some Day" :anything t)))
(org-agenda-overriding-header ""))))
- ;;(org-ql-block '(todo "TLG")
- ;; ((org-ql-block-header "Time Logging")))
- ;;(org-ql-block '(and (todo)
- ;; (not (todo "TLG"))
- ;; (not (deadline))
- ;; (not (scheduled)))
- ;; ((org-ql-block-header "Some Day"))))
((org-agenda-files '("~/org/work/tasks"))))
("h" "Home Agenda"
((agenda "" ((org-agenda-span 1)))
@@ -63,6 +56,19 @@
** TODO [#B] QA1: %\\1
** TODO [#A] PQA2: %\\1
** TODO [#A] QA2: %\\1
+" :empty-lines 1)
+ ("p" "PQA" entry (file "~/org/work/tasks/pqa.org") "
+* TODO %^{Description}
+ :PROPERTIES:
+ :DLG: ???%?
+ :MERGE_REQUEST: ???%?
+ :END:
+" :empty-lines 1)
+ ("w" "Work task" entry (file "~/org/work/tasks/misc.org") "
+* TODO %^{Description}
+" :empty-lines 1)
+ ("m" "Meeting" entry (file "~/org/work/tasks/meetings.org") "
+* MEETING %^{Description}
" :empty-lines 1)))
;; --- CONFIGURATION ---