Function: org-roam-log-p

org-roam-log-p is a byte-compiled function defined in org-roam-log.el.

Signature

(org-roam-log-p)

Documentation

Return t if the log buffer is for an Org-roam file, nil otherwise.

Source Code

;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-log.el
(defun org-roam-log-p ()
  "Return t if the log buffer is for an Org-roam file, nil otherwise."
  (and org-log-note-marker
       (org-roam-file-p (buffer-file-name (marker-buffer org-log-note-marker)))))