summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-06-27 08:22:16 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-10-03 18:44:34 +0200
commit72cadea3c09dd6a1164d010e1f1d66ccb5417cfc (patch)
tree282a43be08ed1954f8249d53b4c5bb5462595c97
parent3b0c5f911a771f53b3d5c4284ab8d70fc0dbd2b9 (diff)
downloadorg-mode-72cadea3c09dd6a1164d010e1f1d66ccb5417cfc.tar.gz
ORG-NEWS: Document "CLASS" property
* etc/ORG-NEWS (iCalendar export respects a =CLASS= property): New section.
-rw-r--r--etc/ORG-NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index fbbeee7..fee8daf 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -21,6 +21,18 @@ See [[git:3367ac9457]] for details.
** New features
*** Babel
**** Add LaTeX output support in PlantUML
+*** iCalendar export respects a =CLASS= property
+
+Set the =CLASS= property on an entry to specify a visibility class for
+that entry only during iCalendar export. The property can be set to
+anything the calendar server supports. The iCalendar standard defines
+the values =PUBLIC=, =CONFIDENTIAL=, =PRIVATE=, which can be
+interpreted as publicly visable, accessible to a specific group, and
+private respectively.
+
+This property can be inherited during iCalendar export, depending on
+the value of ~org-use-property-inheritance~.
+
*** New parameter for =INCLUDE= keyword
Add =:coding CODING-SYSTEM= to include files using a different coding
system than the main Org document. For example: