Create beamer presentations with Emacs org-mode
June 10 201757 words, ~1 min. read
emacs, org-mode, beamer, presentations
I prefer emacs org-mode for most of my work; recently, I figured out that it is great for beamer presentations too. I use the following template,
#+TITLE: <title>
#+AUTHOR: <author>
#+STARTUP: beamer
#+BEAMER_THEME: Madrid
#+OPTIONS: H:2 toc:t
Follow the steps mentioned below to export beamer presentation as PDF,
- Load library
ox-beamer - Export as PDF using option
C-e-l-P