mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(fix) org-roam-get-keyword: fix for cjk characters (#1672)
This commit is contained in:
@ -152,7 +152,7 @@ Only scans up to BOUND bytes of the document."
|
||||
(setq bound 1024))
|
||||
(if file
|
||||
(with-temp-buffer
|
||||
(insert-file-contents-literally file nil 0 bound)
|
||||
(insert-file-contents file nil 0 bound)
|
||||
(org-roam--get-keyword name))
|
||||
(org-roam--get-keyword name bound)))
|
||||
|
||||
|
Reference in New Issue
Block a user