From 176ea668cdd83beddd54a24334a8a9db3cc87dfb Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 14 Feb 2026 03:21:13 -0600 Subject: feat(reveal): add org-reveal presentation workflow with ERT tests Replaced pandoc-based reveal.js export with native ox-reveal integration. New org-reveal-config.el module provides offline, self-contained HTML export with keybindings under C-; p. Includes setup script for reveal.js 5.1.0 and 34 ERT tests covering header template and title-to-filename helpers. --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') diff --git a/init.el b/init.el index 4926ae1a..c98f49fb 100644 --- a/init.el +++ b/init.el @@ -115,6 +115,7 @@ (require 'org-drill-config) (require 'org-export-config) (require 'hugo-config) ;; ox-hugo blog workflow (C-; h) +(require 'org-reveal-config) ;; reveal.js presentations (C-; p) (require 'org-refile-config) ;; refile org-branches (require 'org-roam-config) ;; personal knowledge management in org mode -- cgit v1.2.3