(fix): links not displayed properly in org-roam-buffer (#2236)

Closes #2228.
This commit is contained in:
nth
2022-07-24 01:47:08 +10:00
committed by GitHub
parent c386761914
commit 917a325dd9

View File

@@ -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))))