org-to-pdf-presentation
Overview
org-to-pdf-presentation
is a command-line script offered by Guile-Lib that can transform a file written in Emacs' Org Mode and directly produce a PDF file, suitable for presenting with a PDF viewer.
org-to-pdf-presentation
works by rendering each slide as an SVG, then using librsvg
to convert the SVGs to one PDF of many pages. You will need the tool, rsvg-convert
, provided under Debian as librsvg2-bin
.
Usage
org-to-pdf-presentation in-org-file out-pdf-file | [Command] |
Convert the Org Mode file in-org-file into a PDF suitable for presentations.
This command is subject to the limitations of org->presentation
. Namely, only a subset of all Org Mode constructs are supported. See org->presentation, for more information.