From 282c0fb6d1d2e6289a5b535a7ee9888f845b760b Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Sat, 9 Dec 2023 12:14:24 +0100 Subject: [PATCH] lisp/ox-icalendar.el (org-icalendar--vtodo): Document CLASS argument --- lisp/ox-icalendar.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/ox-icalendar.el b/lisp/ox-icalendar.el index 0bcd19e16..5b2011b55 100644 --- a/lisp/ox-icalendar.el +++ b/lisp/ox-icalendar.el @@ -841,9 +841,10 @@ Return VEVENT component as a string." ENTRY is either a headline or an inlinetask element. UID is the unique identifier for the task. SUMMARY defines a short summary or subject for the task. LOCATION defines the intended venue for -the task. DESCRIPTION provides the complete description of the -task. CATEGORIES defines the categories the task belongs to. -TIMEZONE specifies a time zone for this TODO only. +the task. CLASS sets the task class (e.g. confidential). DESCRIPTION +provides the complete description of the task. CATEGORIES defines the +categories the task belongs to. TIMEZONE specifies a time zone for +this TODO only. Return VTODO component as a string." (let* ((sc (and (memq 'todo-start org-icalendar-use-scheduled)