summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index f390c7b6..314c428d 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -4911,7 +4911,8 @@ before uploading to NEW again." \n \n
;; With the new exporter in Org version 8, must explicitly require the
;; exporters I want to use.
- (require 'ox-odt) (require 'ox-ascii) (require 'ox-beamer)
+ (require 'ox-odt) (require 'ox-ascii)
+ ;; (require 'ox-beamer) ; broken on Emacs 30.0.50
(add-hook 'org-agenda-mode-hook #'hl-line-mode)
(add-hook 'org-mode-hook #'spw/restore-standard-paragraphs)