From 94f1c01273878e2a7403c1d47ebabe40595de23d Mon Sep 17 00:00:00 2001 From: Jack Kamm Date: Sat, 17 Jun 2023 09:59:18 -0700 Subject: [PATCH 3/3] ox-icalendar: Links in docs for org-icalendar-todo-unscheduled-start --- doc/org-manual.org | 6 ++++-- lisp/ox-icalendar.el | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index c11694849..89589e32a 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -16054,14 +16054,16 @@ standard iCalendar format. #+vindex: org-icalendar-include-todo #+vindex: org-icalendar-use-deadline #+vindex: org-icalendar-use-scheduled +#+vindex: org-icalendar-todo-unscheduled-start The iCalendar export backend can also incorporate TODO entries based on the configuration of the ~org-icalendar-include-todo~ variable. The backend exports plain timestamps as =VEVENT=, TODO items as =VTODO=, and also create events from deadlines that are in non-TODO items. The backend uses the deadlines and scheduling dates in Org TODO items for setting the start and due dates for the iCalendar TODO -entry. Consult the ~org-icalendar-use-deadline~ and -~org-icalendar-use-scheduled~ variables for more details. +entry. Consult the ~org-icalendar-use-deadline~, +~org-icalendar-use-scheduled~, and +~org-icalendar-todo-unscheduled-start~ variables for more details. #+vindex: org-icalendar-categories #+vindex: org-icalendar-alarm-time diff --git a/lisp/ox-icalendar.el b/lisp/ox-icalendar.el index 0dbc623b4..55ada8e60 100644 --- a/lisp/ox-icalendar.el +++ b/lisp/ox-icalendar.el @@ -168,8 +168,9 @@ (defcustom org-icalendar-use-scheduled '(todo-start) `todo-start' - Scheduling time stamps in TODO entries become start date. Some - calendar applications show TODO entries only after that date." + Scheduling time stamps in TODO entries become start date. (See + also `org-icalendar-todo-unscheduled-start', which controls the + start date for TODO entries without a scheduling time stamp)" :group 'org-export-icalendar :type '(set :greedy t -- 2.40.1