From 97c7ad8bfcba4a8c3144adc3cc8055e959955818 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Sun, 31 Jul 2022 14:59:25 +0800 Subject: [PATCH] * etc/ORG-NEWS: Document `org-icalendar-force-alarm' (New custom setting ~org-icalendar-force-alarm~): Document new customization. --- etc/ORG-NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index b41820a2b..4cbac2311 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -286,6 +286,12 @@ The folding state can also be controlled on per-file basis using : #+startup: hidedrawers : #+startup: nohidedrawers +*** New custom setting ~org-icalendar-force-alarm~ + +The new setting, when set to non-nil, makes Org create alarm at the +event time when the alarm time is set to 0. The default value is +nil -- do not create alarms at the event time. + ** New functions and changes in function arguments *** ~org-fold-show-entry~ does not fold drawers by default anymore