13.8.1 Beamer export commands
C-c C-e l b
(org-beamer-export-to-latex
)​
Export as LaTeX file with a ‘.tex
’ extension. For ‘myfile.org
’, Org exports to ‘myfile.tex
’, overwriting without warning.
C-c C-e l B
(org-beamer-export-as-latex
)​
Export to a temporary buffer. Does not create a file.
C-c C-e l P
(org-beamer-export-to-pdf
)​
Export as LaTeX file and then convert it to PDF format.
C-c C-e l O
​
Export as LaTeX file, convert it to PDF format, and then open the PDF file.