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 | 121d029a50b079825b68f7ec4a8588e663bbf932 (patch) | |
| tree | 9c71575f07c89f8f76bb5ec1144fc88bddfe024e /init.el | |
| parent | e2591334c9a2b09de2813e7d66aadbecfec7d961 (diff) | |
| download | dotemacs-121d029a50b079825b68f7ec4a8588e663bbf932.tar.gz dotemacs-121d029a50b079825b68f7ec4a8588e663bbf932.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 |
