(fix): fix bad upcase for org-roam-tag-sources (#849)

This commit is contained in:
Jethro Kuan
2020-06-19 01:58:17 +08:00
committed by GitHub
parent 527c693f65
commit 6a37fff1e6

View File

@ -203,7 +203,7 @@ extraction methods:
Extract the last directory relative to `org-roam-directory'.
That is, if a file is located at relative path foo/bar/file.org,
the file will have tag \"bar\"."
:type '(set (const :tag "#+roam_tags" PROP)
:type '(set (const :tag "#+roam_tags" prop)
(const :tag "sub-directories" all-directories)
(const :tag "parent directory" last-directory)))