[O] how can i get 3 section levels instead of just 2?

2012-09-09 Thread Robert P. J. Day
i've puzzled over the manual and can't seem to find the switch to give me 3 section levels rather than the 2 i'm getting now. section 11.1 in the manual reads: === start Headings and sections The outline structure of the document as described in Document Structure, forms the basis for

Re: [O] how can i get 3 section levels instead of just 2?

2012-09-09 Thread Fabrice Popineau
Use : (require 'org-export) (require 'org-e-latex) (require 'org-e-beamer) M-x org-e-beamer-mode (to edit your slides) and M-x org-e-beamer-export-to-pdf to generate the pdf. Should work with H:3, I'm using it. Generally speaking, the new exporter seems more reliable than the regular one

Re: [O] how can i get 3 section levels instead of just 2?

2012-09-09 Thread Nicolas Goaziou
Hello, Fabrice Popineau fabrice.popin...@supelec.fr writes: Use : (require 'org-export) (require 'org-e-latex) (require 'org-e-beamer) Actually, only (require 'org-e-beamer) is required as this will trigger automatically the two steps above. M-x org-e-beamer-mode (to edit your slides)

Re: [O] how can i get 3 section levels instead of just 2?

2012-09-09 Thread Fabrice Popineau
Generally speaking, the new exporter seems more reliable than the regular one albeit there may be some discrepancies (sometimes, I need to kill my org buffer and visit the file again). Could you describe what happens exactly? Also, do you have an ECM for that? What was happening is