org-reveal icon indicating copy to clipboard operation
org-reveal copied to clipboard

Exports Org-mode contents to Reveal.js HTML presentation.

Results 22 org-reveal issues
Sort by recently updated
recently updated
newest added

Apologies if I missed this in the documentation, but I tried and could not find it. Can I set a global option so that all lists in a document get...

Docs for `org-reveal-single-file` is: "Export presentation into one single HTML file, which embedded" I think it should probably be corrected to: "Export presentation into one single HTML file, _with_ embedded"...

One can test exporting Readme.org as a way to drinking your own champagne (eating your own dog food), but I fear the doc is a bit long (huge TOC for...

Reveal.js has a lot of releases, and evolves more rapidly than org-reveal AFAICS. Could you please document, in the Readme.org, which version of reveal it was tested against/developped. AFAICS, it...

With respect to the MathJax support in `org-reveal`, I've encountered a few pain points: 1. I'd like to be able to specify a MathJax configuration to use (both globally, i.e....

This enables using 'org-reveal-single-file with a remote URL for 'org-reveal-root Local file URLs are checked with 'file-readable-p Remote URLs throw an error on HTTP responses other than 200

**fix**: in _org-reveal-parse-token_ add dot to format string: old format: `"%s "` new format: `"%s. "`

Addresses #489. Adds a new `org-reveal-multiplex-client-filename` custom variable. It allows to customize the multiplex client generated file name. Defaults to `%n_client%e` to preserve current behavior (`reveal_client.html` for a presentation configured...

When exporting multiplex-enabled presentations, I get both `example.html` and `example_client.html` files. I'd like to be able to configure the whole `example_client.html` filename to a different one, such as `index.html`. This...

Declaring multiple extra scripts can be done with the `REVEAL_EXTRA_SCRIPT_BEFORE_SRC` and `REVEAL_EXTRA_SCRIPT_SRC` properties by handing over the file names as a simple whitespace seperated "list" like in the example below....