Export org-mode to remark.js
The minimum level of headings that should be grouped into vertical slides.
Transcode a HEADLINE element from Org to Google I/O slides. CONTENTS holds the contents of the headline. INFO is a plist holding contextual information.
Transcode EXAMPLE-BLOCK element into Markdown format. CONTENTS is nil. INFO is a plist used as a communication channel.
Transcode a SRC-BLOCK element from Org to HTML. CONTENTS holds the contents of the item. INFO is a plist holding contextual information.
Transcode a SECTION element from Org to HTML. CONTENTS holds the contents of the section. INFO is a plist holding contextual information.
Return body of document string after HTML conversion. CONTENTS is the transcoded contents string. INFO is a plist holding export options.
Export is done in a buffer named "Reamrk HTML Export", which
will be displayed when org-export-show-temporary-export-buffer
is non-nil.
Export current buffer to a HTML file.
If narrowing is active in the current buffer, only export its
narrowed part.
If a region is active, export that region.
A non-nil optional argument ASYNC means the process should happen
asynchronously. The resulting file should be accessible through
the org-export-stack
interface.
When optional argument SUBTREEP is non-nil, export the sub-tree
at point, extracting information from the headline properties
first.
When optional argument VISIBLE-ONLY is non-nil, don't export
contents of hidden elements.
When optional argument BODY-ONLY is non-nil, only write code
between "" and "" tags.
EXT-PLIST, when provided, is a property list with external
parameters overriding Org default settings, but still inferior to
file-local settings.
Return output file's name.
Saves the file and reloads in browser.