mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/org: refresh inline images when pressing RET on headlines
This commit is contained in:
@ -62,6 +62,7 @@ If on a:
|
|||||||
((string= "ARCHIVE" (car-safe (org-get-tags)))
|
((string= "ARCHIVE" (car-safe (org-get-tags)))
|
||||||
(org-force-cycle-archived))
|
(org-force-cycle-archived))
|
||||||
(t
|
(t
|
||||||
|
(+org/refresh-inline-images)
|
||||||
(org-remove-latex-fragment-image-overlays)
|
(org-remove-latex-fragment-image-overlays)
|
||||||
(org-toggle-latex-fragment '(4)))))
|
(org-toggle-latex-fragment '(4)))))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user