mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(fix): doctor: add ROAM_KEY to supported props (#708)
This commit is contained in:
@ -80,7 +80,7 @@
|
|||||||
:description "Check #+ROAM_ALIAS.")))
|
:description "Check #+ROAM_ALIAS.")))
|
||||||
|
|
||||||
(defconst org-roam-doctor--supported-roam-properties
|
(defconst org-roam-doctor--supported-roam-properties
|
||||||
'("ROAM_TAGS" "ROAM_ALIAS")
|
'("ROAM_TAGS" "ROAM_ALIAS" "ROAM_KEY")
|
||||||
"List of supported Org-roam properties.")
|
"List of supported Org-roam properties.")
|
||||||
|
|
||||||
(defun org-roam-doctor-check-roam-props (ast)
|
(defun org-roam-doctor-check-roam-props (ast)
|
||||||
|
Reference in New Issue
Block a user