From e58f4950a5b8ae6924a965af8075cac4ddf569f4 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 11 Aug 2020 13:45:03 +0100 Subject: [PATCH] el/dot-emacs.el: Make Org mode put captions at the bottom of floats. --- el/dot-emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 788569c..c138bda 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -520,6 +520,7 @@ Evil key bindings are defined in `mdw-evil-keymap-keys'." (eval-after-load "ox-latex" '(setq org-latex-classes (append mdw-org-latex-defs org-latex-classes) + org-latex-caption-above nil org-latex-default-packages-alist '(("AUTO" "inputenc" t) ("T1" "fontenc" t) ("" "fixltx2e" nil) -- 2.11.0