Compare commits

..

No commits in common. "3b1392109775db82aa3efa7d2eab67a941b0cf98" and "39cb696fc49693a55000a818fefc5934b946673b" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -1191,11 +1191,11 @@ respectively."
(tags "TAGS={NOTE}-TODO={CANC\\|DONE}-HOLD-NOP-SCHEDULED>=\"<+0d>\""
((org-agenda-overriding-header "Project Notes (items explicitly tagged with NOTE but not NOP, not scheduled now or in the future)")
(org-agenda-prefix-format '((tags . "%-8c ")))))
(tags "TAGS={TOPIC}-TODO={DONE\\|CANC}-SCHEDULED>=\"<+0d>\"-HOLD-WAIT"
(tags "TAGS={TOPIC}-SCHEDULED>=\"<+0d>\""
((org-agenda-overriding-header "Topics")
(org-agenda-prefix-format '((tags . "%-8c%l ")))
(org-agenda-sorting-strategy nil)))
(tags "TAGS={PERIODIC}-TODO={DONE\\|CANC}-HOLD-SCHEDULED>=\"<+0d>\"-HOLD-WAIT"
(tags "TAGS={PERIODIC}-TODO={DONE\\|CANC}-HOLD-SCHEDULED>=\"<+0d>\""
((org-agenda-overriding-header "Periodic Projects (PERIODIC, not scheduled in the future, not done, not on hold)")
(org-agenda-prefix-format '((tags . "%-8c ")))))))

View File

@ -1129,7 +1129,7 @@ PARAMS may contain the following values:
(interactive)
(org-create-dblock
(list :name "db/org-backlinks"
:org-ql-match '(not (done))
:org-ql-match '(todo)
:parent-depth nil
:archives nil))
(org-update-dblock))