Greetings. I am using org mode 8.2.1.
1. First the question: when I export the org file below as Beamer (C-c C-e l O), I get an empty outline. How do I fix this? 2. Then the bug. If you remove the comment character in the second slide, Beamer export gives an error, while a regular LaTeX export (C-c C-e l o) produced output. It seems that Beamer export can not handle links with equality characters (=). (I guess the "%3D" is the coding for '='. If you edit the link with "C-c C-l", you can see the equality sign.) ---------------------------------------------------------------------- #+TITLE: Beamer test #+OPTIONS: ':nil *:t -:t ::t <:t H:1 \n:nil ^:t arch:headline #+OPTIONS: author:t c:nil creator:comment d:(not LOGBOOK) date:t e:t #+OPTIONS: email:nil f:t inline:t num:t p:nil pri:nil prop:nil stat:t #+OPTIONS: tags:t tasks:t tex:t timestamp:t toc:t todo:t |:t #+CREATOR: Emacs 24.2.1 (Org mode 8.2.1) #+DESCRIPTION: #+EXCLUDE_TAGS: noexport #+KEYWORDS: #+LANGUAGE: en #+SELECT_TAGS: export * This is the first slide - with some fancy text * And this is the second slide - with one commented item... # - ... containing a [[https://www.google.com/#q%3Dorg%2Bmode][link]] that will amaze the reader ---------------------------------------------------------------------- All the best, Jarmo