mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
Fix org-fold-core-style in org-roam-buffer (#2325)
This commit is contained in:
@ -227,9 +227,9 @@ 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)
|
||||
(org-fold-core-style 'overlays))
|
||||
(let ((org-ref-buffer-hacked t))
|
||||
(org-mode)
|
||||
(setq-local org-fold-core-style 'overlays)
|
||||
(font-lock-ensure)
|
||||
(buffer-string))))
|
||||
|
||||
|
Reference in New Issue
Block a user