Add some documentation for custom agenda deadline listing

It should be clear why we are using this, and not the standard agenda list.
This commit is contained in:
Daniel Borchmann 2020-09-17 16:05:20 +02:00
parent 4e7245f858
commit 14cfae155a
Signed by: exot
GPG Key ID: 1C7071A75BB72D64

View File

@ -44,10 +44,13 @@ The special org-mode files are `db/org-default-org-file',
file))))) file)))))
(defun db/org-agenda-list-deadlines (&optional match) (defun db/org-agenda-list-deadlines (&optional match)
;; XXX org-agenda-later does not work, fix this
"Prepare agenda view that only lists upcoming deadlines. "Prepare agenda view that only lists upcoming deadlines.
Ignores MATCH." Ignores MATCH. Date is always today, no forward or backward is
supported. Consequently, no date is shown. Also does not
support any of the usual key bindings, e.g., showing a
clockreport. It is, plainly speaking, just listing all active
deadlines."
(interactive "P") (interactive "P")
(catch 'exit (catch 'exit
(org-agenda-prepare "Deadlines") (org-agenda-prepare "Deadlines")