mirror of
https://github.com/org-roam/org-roam
synced 2025-09-20 16:10:56 -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
|
||||
(with-temp-buffer
|
||||
(insert s)
|
||||
(let ((org-ref-buffer-hacked t))
|
||||
(let ((org-ref-buffer-hacked t)
|
||||
(org-fold-core-style 'overlays))
|
||||
(org-mode)
|
||||
(org-font-lock-ensure)
|
||||
(buffer-string))))
|
||||
|
Reference in New Issue
Block a user