diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/org-mode.el | 20 |
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 --- |