mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(fix): fix bad upcase for org-roam-tag-sources
(#849)
This commit is contained in:
@ -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)))
|
||||
|
||||
|
Reference in New Issue
Block a user