From 14cfae155a9bb203057414a5430d5437ebb44498 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 17 Sep 2020 16:05:20 +0200 Subject: [PATCH] Add some documentation for custom agenda deadline listing It should be clear why we are using this, and not the standard agenda list. --- site-lisp/db-org.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index 44aa083..25828bf 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -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")