Variable: icalendar-export-sexp-enumeration-days
icalendar-export-sexp-enumeration-days is a customizable variable
defined in icalendar.el.gz.
Value
14
Documentation
Number of days over which a sexp diary entry is enumerated.
In general sexp entries cannot be translated to icalendar format. They are therefore enumerated, i.e. explicitly evaluated for a certain number of days, and then exported. The enumeration starts on the current day and continues for the number of days given here.
See icalendar-export-sexp-enumerate-all for a list of sexp
entries which by default are NOT enumerated.
This variable was added, or its default value changed, in Emacs 25.1.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar.el.gz
(defcustom icalendar-export-sexp-enumeration-days
14
"Number of days over which a sexp diary entry is enumerated.
In general sexp entries cannot be translated to icalendar format.
They are therefore enumerated, i.e. explicitly evaluated for a
certain number of days, and then exported. The enumeration starts
on the current day and continues for the number of days given here.
See `icalendar-export-sexp-enumerate-all' for a list of sexp
entries which by default are NOT enumerated."
:version "25.1"
:type 'integer
:group 'icalendar)