This commit is contained in:
Jethro Kuan
2021-03-25 13:23:30 +08:00
parent 6ac3a84057
commit 7bb61806ef

View File

@ -70,7 +70,7 @@
(org-up-heading-safe)
(when (= (point) p)
(goto-char (point-min))))
(unless (bobp) (goto-char (point-min))))))
(unless (bobp) (goto-char (point-min))))))
(defun org-roam-message (format-string &rest args)
"Pass FORMAT-STRING and ARGS to `message' when `org-roam-verbose' is t."