Variable: diary-icalendar-export-sexp-enumeration-days

diary-icalendar-export-sexp-enumeration-days is a customizable variable defined in diary-icalendar.el.gz.

Value

14

Documentation

Number of days over which an S-expression diary entry is enumerated.

Some S-expression 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 31.1.

Aliases

icalendar-export-sexp-enumeration-days (obsolete since 31.1)

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/diary-icalendar.el.gz
(defcustom di:export-sexp-enumeration-days
  14
  "Number of days over which an S-expression diary entry is enumerated.

Some S-expression 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 "31.1"
  :type 'integer)