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:
parent
4e7245f858
commit
14cfae155a
@ -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")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user