Variable: diary-icalendar-import-vjournal-as-nonmarking

diary-icalendar-import-vjournal-as-nonmarking is a customizable variable defined in diary-icalendar.el.gz.

Value

t

Documentation

Whether to import VJOURNAL components as nonmarking diary entries.

If this variable is non-nil, VJOURNAL components will be imported into the diary as "nonmarking" entries by prefixing diary-nonmarking-symbol. This means they will not cause their date to be marked in the calendar when the command diary-mark-entries is called. See Info node (emacs)Displaying the Diary for more information.

This variable was added, or its default value changed, in Emacs 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/diary-icalendar.el.gz
(defcustom di:import-vjournal-as-nonmarking t
  "Whether to import VJOURNAL components as nonmarking diary entries.

If this variable is non-nil, VJOURNAL components will be imported into
the diary as \"nonmarking\" entries by prefixing
`diary-nonmarking-symbol'.  This means they will not cause their date to
be marked in the calendar when the command `diary-mark-entries' is
called.  See Info node `(emacs)Displaying the Diary' for more
information."
  :version "31.1"
  :type '(choice (const :tag "Import as nonmarking entries" t)
                 (const :tag "Import as normal (marking) entries" nil)))