summaryrefslogtreecommitdiff
path: root/.emacs.d/init-org.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-11-09 23:18:32 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-11-09 23:18:32 -0700
commite68e774d8b934b24a21428822157a244e6370512 (patch)
tree434ce334af9fb8b208b95e718eeceb4cc6029f30 /.emacs.d/init-org.el
parent7e284207f60f1b6bfd1052da713eb2343e499b4b (diff)
downloaddotfiles-e68e774d8b934b24a21428822157a244e6370512.tar.gz
always load ox-beamer for presentation export
Diffstat (limited to '.emacs.d/init-org.el')
-rw-r--r--.emacs.d/init-org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init-org.el b/.emacs.d/init-org.el
index 716f4c0b..7e9d2e30 100644
--- a/.emacs.d/init-org.el
+++ b/.emacs.d/init-org.el
@@ -174,6 +174,7 @@
;; exporters I want to use
(require 'ox-odt)
(require 'ox-ascii)
+(require 'ox-beamer)
;; setting this means if we type C-c C-e o O then the PDF opens for inspection
(setq org-odt-preferred-output-format "pdf")