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 | 6621ede23558faab6f3fe10a3a51adae079984d3 (patch) | |
| tree | c2941f6433645973996a7f62f0e38d149fce90b6 /init.el | |
| parent | 096a0378690344cccccc37415aa461fb44c8a3c8 (diff) | |
| download | dotemacs-6621ede23558faab6f3fe10a3a51adae079984d3.tar.gz dotemacs-6621ede23558faab6f3fe10a3a51adae079984d3.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 |
