From b1a74d4c7aa1eb1d1d4fbbf4c80794e3d33b7184 Mon Sep 17 00:00:00 2001 From: Marco Wahl Date: Tue, 31 Aug 2021 00:07:59 +0200 Subject: [PATCH] agenda: Fix whitespace --- lisp/org-agenda.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index b4e5547d7..3035823c7 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -7381,7 +7381,7 @@ When in a restricted subtree, remove it. The restriction will span over the entire file if TYPE is `file', or if type is '(4), or if the cursor is before the first headline -in the file. Otherwise, only apply the restriction to the current +in the file. Otherwise, only apply the restriction to the current subtree." (interactive "P") (if (and org-agenda-overriding-restriction @@ -10198,7 +10198,7 @@ entries in that Org file." (date (calendar-gregorian-from-absolute (get-text-property point 'day)))) ;; the following 2 vars are needed in the calendar - (org-dlet + (org-dlet ((displayed-month (car date)) (displayed-year (nth 2 date))) (unwind-protect