Variable: activities-bookmark-store

activities-bookmark-store is a customizable variable defined in activities.el.

Value

t

Documentation

Store a bookmark when making a new activity.

This is merely for convenience, offering a way to help unify the bookmark and activities interfaces (i.e. allowing bookmark-jump to open an activity rather than requiring the use of activities-resume).

Such bookmarks merely point to an activity name; they do not contain the actual activity metadata, so if an activity is discarded, such a bookmark could become stale.

Source Code

;; Defined in ~/.emacs.d/elpa/activities-0.7.2/activities.el
(defcustom activities-bookmark-store t
  "Store a bookmark when making a new activity.
This is merely for convenience, offering a way to help unify the
`bookmark' and `activities' interfaces (i.e. allowing
`bookmark-jump' to open an activity rather than requiring the use
of `activities-resume').

Such bookmarks merely point to an activity name; they do not
contain the actual activity metadata, so if an activity is
discarded, such a bookmark could become stale."
  :type 'boolean)