Function: hyrolo-edit-date

hyrolo-edit-date is a byte-compiled function defined in hyrolo.el.

Signature

(hyrolo-edit-date)

Documentation

Replace an existing date at the end of the current hyrolo entry.

Suitable for use as an entry in hyrolo-edit-hook.

The date format is determined by the setting, hyrolo-date-format, with a default of MM/DD/YYYY.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defun hyrolo-edit-date ()
  "Replace an existing date at the end of the current hyrolo entry.
Suitable for use as an entry in `hyrolo-edit-hook'.

The date format is determined by the setting, `hyrolo-date-format', with
a default of MM/DD/YYYY."
  (hyrolo-set-date t))