From 0db98706425e3822d0def4e1ae35a1c9ca54e74a Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Sat, 22 Nov 2025 12:16:18 -0600 Subject: Emacs/Org: Use current face foreground as LaTeX export text color --- common/.emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/.emacs.d/init.el b/common/.emacs.d/init.el index a0b7678..2350ac2 100644 --- a/common/.emacs.d/init.el +++ b/common/.emacs.d/init.el @@ -940,7 +940,8 @@ split." org-clock-out-remove-zero-time-clocks t org-tags-exclude-from-inheritance '("ATTACH")) - (setf (plist-get org-format-latex-options :background) "Transparent") + (setf (plist-get org-format-latex-options :background) "Transparent" + (plist-get org-format-latex-options :foreground) 'auto) (add-hook 'org-mode-hook 'variable-pitch-mode) -- cgit v1.2.3