Function: org-roam-promote-entire-buffer
org-roam-promote-entire-buffer is an interactive and byte-compiled
function defined in org-roam-node.el.
Signature
(org-roam-promote-entire-buffer)
Documentation
Promote the current buffer, and save.
Converts a file containing a single level-1 headline node to a file node.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-node.el
(defun org-roam-promote-entire-buffer ()
"Promote the current buffer, and save.
Converts a file containing a single level-1 headline node to a file
node."
(interactive)
(org-roam--promote-entire-buffer-internal)
(org-roam-db-update-file))