Function: hsys-denote-get-description-from-id

hsys-denote-get-description-from-id is an autoloaded and byte-compiled function defined in hsys-denote.el.

Signature

(hsys-denote-get-description-from-id ID)

Documentation

Given a denote entry id, return its description string or nil if none.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260822.1645/hsys-denote.el
;;;###autoload
(defun hsys-denote-get-description-from-id (id)
  "Given a denote entry id, return its description string or nil if none."
  (denote-get-link-description
   (denote-get-path-by-id
    (denote-extract-id-from-string id))))