mirror of
https://github.com/org-roam/org-roam
synced 2025-09-22 16:20:54 -05:00
(fix): links not displayed properly in org-roam-buffer (#2236)
Closes #2228.
This commit is contained in:
@@ -227,7 +227,8 @@ Like `org-fontify-like-in-org-mode', but supports `org-ref'."
|
|||||||
;; `org-fontify-like-in-org-mode' here
|
;; `org-fontify-like-in-org-mode' here
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
(insert s)
|
(insert s)
|
||||||
(let ((org-ref-buffer-hacked t))
|
(let ((org-ref-buffer-hacked t)
|
||||||
|
(org-fold-core-style 'overlays))
|
||||||
(org-mode)
|
(org-mode)
|
||||||
(org-font-lock-ensure)
|
(org-font-lock-ensure)
|
||||||
(buffer-string))))
|
(buffer-string))))
|
||||||
|
Reference in New Issue
Block a user