On Wed, Dec 2, 2015 at 9:46 AM, Jinli Feng <post...@gmail.com> wrote: > > > On Wed, Dec 2, 2015 at 8:19 AM, Eric S Fraga <e.fr...@ucl.ac.uk> wrote: >> >> On Wednesday, 2 Dec 2015 at 06:42, mypostgtd wrote: >> > - issue: org mode beamer export ignored all frame titles >> > >> > I've tried searching online for couple of hours, but couldn't find a >> > solution. >> > Can someone please advise? >> >> How did you actually export the file to beamer? Your LaTeX file seems >> to be the result of a LaTeX export, not beamer. Your org file exports >> just fine for me. > > > Eric, > > Thanks for the rely. I used "C-c C-e l p" to export the file. For some > reason "C-c C-e p" no longer works in orgmode v8.3. I'm yet to figure out > how to bind that key directly to pdf output. Is this the same as how you > exported the file?
As you may well be aware, Org changed a lot from 7.x -> 8.x. Have you been through the various upgrade documents out there? This will be one of many "surprises" you'll run into if you don't take a look. - Official upgrade notes: http://orgmode.org/worg/org-8.0.html - Walkthrough attempt I made: http://jwhendy.blogspot.com/2013/03/migrating-to-new-org-mode-exporter-org.html - Beamer for Org 8.x: http://orgmode.org/worg/exporters/beamer/ox-beamer.html In particular, I'm guessing you don't have the beamer class defined and aren't aware of =C-c C-e l P= (note capital P), which is the beamer export function now. It's just sufficient to just define the class as beamer and export to LaTeX. Quick answer: go to the second link above and copy that first code block into your .emacs. Reload your config (or just restart emacs), and do =C-c C-e l P=. See if that helps. Hope that gets you pointed in the right direction! John >> >> -- >> : Eric S Fraga (0xFFFCF67D), Emacs 24.5.1, Org release_8.3.2-359-g6b2c38 > >