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 - 2020-09-17 16:05:20 +02:00
parent 4e7245f858
commit 14cfae155a
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 5 additions and 2 deletions

View File

@ -44,10 +44,13 @@ The special org-mode files are `db/org-default-org-file',
file)))))
(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.
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")
(catch 'exit
(org-agenda-prepare "Deadlines")