Variable: diary-icalendar-location-regexp

diary-icalendar-location-regexp is a customizable variable defined in diary-icalendar.el.gz.

Value

"^[[:space:]]+Location:[[:space:]]*\\(?1:.+\\)"

Documentation

Regular expression to match location of an event.

The location value should be matched by group 1. The default regexp matches lines like:

  Location: Some place

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

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/diary-icalendar.el.gz