summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-12-06 15:11:16 +0000
committerSean Whitton <spwhitton@spwhitton.name>2023-12-06 15:14:50 +0000
commitea866392d8e7eec1628b9086ab9ed2f82a72b0b0 (patch)
treee664fdfe59700eda70a7676b3828e860c0616f05
parentbedc13881c05d1e43e5305da039fc0ded24c690e (diff)
downloaddotfiles-ea866392d8e7eec1628b9086ab9ed2f82a72b0b0.tar.gz
don't try to load ox-beamer in init.el for the time being
-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)