From 6a37fff1e6380a93dd7e6f50604c62df8bd3f9c9 Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Fri, 19 Jun 2020 01:58:17 +0800 Subject: [PATCH] (fix): fix bad upcase for `org-roam-tag-sources` (#849) --- org-roam.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-roam.el b/org-roam.el index 901b876..cc7b54a 100644 --- a/org-roam.el +++ b/org-roam.el @@ -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)))