Variable: diary-icalendar-export-nonmarking-entries
diary-icalendar-export-nonmarking-entries is a customizable variable
defined in diary-icalendar.el.gz.
Value
t
Documentation
Whether to export nonmarking diary entries.
If this variable is nil, nonmarking diary entries (those prefixed with
diary-nonmarking-symbol) are never exported. If it is non-nil,
nonmarking diary entries are exported; see also
diary-icalendar-export-nonmarking-as-vjournal for more control over
how they are exported.
This variable was added, or its default value changed, in Emacs 31.1.
Aliases
icalendar-export-hidden-diary-entries (obsolete since 31.1)
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/diary-icalendar.el.gz
(defcustom di:export-nonmarking-entries t
"Whether to export nonmarking diary entries.
If this variable is nil, nonmarking diary entries (those prefixed with
`diary-nonmarking-symbol') are never exported. If it is non-nil,
nonmarking diary entries are exported; see also
`diary-icalendar-export-nonmarking-as-vjournal' for more control over
how they are exported."
:version "31.1"
:type '(choice (const :tag "Export nonmarking entries" t)
(const :tag "Do not export nonmarking entries" nil)))