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

Closes #2228.
master
nth 4 years ago committed by GitHub
parent c386761914
commit 917a325dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      org-roam-utils.el

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

Loading…
Cancel
Save