Function: org-roam-node-create-from-db--cmacro
org-roam-node-create-from-db--cmacro is a function defined in
org-roam-node.el.
Signature
(org-roam-node-create-from-db--cmacro _CL-WHOLE-ARG TITLE ALIASES ID FILE FILE-TITLE LEVEL TODO POINT PRIORITY SCHEDULED DEADLINE PROPERTIES OLP FILE-ATIME FILE-MTIME TAGS REFS)
Documentation
compiler-macro for org-roam-node-create-from-db.
Source Code
;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-node.el
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg title aliases id file file-title level todo point
priority scheduled deadline properties olp file-atime
file-mtime tags refs)
((cl-block org-roam-node-create-from-db--cmacro
(cl--defsubst-expand
'(title aliases id file file-title level todo point priority
scheduled deadline properties olp file-atime file-mtime
tags refs)
'(cl-block org-roam-node-create-from-db
(record 'org-roam-node file file-title nil file-atime
file-mtime id level point todo priority scheduled
deadline title properties olp tags aliases refs))
nil nil nil title aliases id file file-title level todo point
priority scheduled deadline properties olp file-atime file-mtime
tags refs)))
(cl-struct-org-roam-node-tags) nil
"compiler-macro for `org-roam-node-create-from-db'."]