From bded6dfd8d6340d8330f8c1f11a46a140082f3b5 Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Tue, 21 Jun 2022 11:36:24 +0200 Subject: [PATCH] org.el (org-read-date): Point to Info documentation * lisp/org.el (org-read-date): Add reference to Info documentation, mainly because that describes all the available calendar navigation commands. --- lisp/org.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/org.el b/lisp/org.el index 5b034ae12..c1fb8df4f 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -13327,6 +13327,9 @@ (defun org-read-date (&optional with-time to-time from-string prompt While prompting, a calendar is popped up - you can also select the date with the mouse (button 1). The calendar shows a period of three months. To scroll it to other months, use the keys `>' and `<'. +There are many other calendar navigation commands available, see +Info node `(org) The date/time prompt' for a full list. + If you don't like the calendar, turn it off with (setq org-read-date-popup-calendar nil) -- 2.35.1.607.gf01e51a7cf