(fix): doctor: add ROAM_KEY to supported props (#708)

This commit is contained in:
Jethro Kuan
2020-05-27 13:53:30 +08:00
committed by GitHub
parent 50cc81c76d
commit 1581d875ce

View File

@ -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)