(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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@
:description "Check #+ROAM_ALIAS.")))
(defconst org-roam-doctor--supported-roam-properties
'("ROAM_TAGS" "ROAM_ALIAS")
'("ROAM_TAGS" "ROAM_ALIAS" "ROAM_KEY")
"List of supported Org-roam properties.")
(defun org-roam-doctor-check-roam-props (ast)