mirror of
https://github.com/org-roam/org-roam
synced 2025-08-03 12:27:23 -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))
|
(setq bound 1024))
|
||||||
(if file
|
(if file
|
||||||
(with-temp-buffer
|
(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))
|
||||||
(org-roam--get-keyword name bound)))
|
(org-roam--get-keyword name bound)))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user