mirror of
https://github.com/org-roam/org-roam
synced 2025-09-16 15:56:48 -05:00
(fix): remove use of deprecated org-font-lock-ensure (#2238)
This commit is contained in:
@@ -230,7 +230,7 @@ Like `org-fontify-like-in-org-mode', but supports `org-ref'."
|
||||
(let ((org-ref-buffer-hacked t)
|
||||
(org-fold-core-style 'overlays))
|
||||
(org-mode)
|
||||
(org-font-lock-ensure)
|
||||
(font-lock-ensure)
|
||||
(buffer-string))))
|
||||
|
||||
;;;; Shielding regions
|
||||
|
Reference in New Issue
Block a user