diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-14 03:21:13 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-14 03:21:13 -0600 |
| commit | 09d466439293e1d8eee7d4b9f1115d97ff1e2bdb (patch) | |
| tree | 04d8bc684df6817662a7eadc7c346c6014a6d8e5 /init.el | |
| parent | 715faf78ef6643027340f3e7154c28270102b570 (diff) | |
| download | dotemacs-09d466439293e1d8eee7d4b9f1115d97ff1e2bdb.tar.gz dotemacs-09d466439293e1d8eee7d4b9f1115d97ff1e2bdb.zip | |
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.
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
