On Sat, Sep 14, 2013 at 9:28 AM, Christoph LANGE <math.semantic....@gmail.com> wrote: > Dear all, > > here is another problem that I have with reusing old Beamer > presentations (Org version 7) with the new exporter. > > The manual says that "all frame's children become `block' environments". > > Is there a way of reverting to the default behaviour of the old > exporter, which by default exported frame's children as list items? > E.g. by setting a certain property on the frame's children? >
Tricky problem, and I could see how this would be an issue. I guess I always held to using unordered lists (- blah) for my lists vs. relying on the nested headling functionality (** blah). I wonder if you could tweak the beamer definition somehow to make a sort of "legacy beamer" class for exporting these? For example, I have the default template in my .emacs from the Beamer setup instructions on Worg: #+begin_src .emacs (add-to-list 'org-latex-classes '("beamer" "\\documentclass\[presentation\]\{beamer\}" ("\\section\{%s\}" . "\\section*\{%s\}") ("\\subsection\{%s\}" . "\\subsection*\{%s\}") ("\\subsubsection\{%s\}" . "\\subsubsection*\{%s\}"))) #+end_src Perhaps something there could be tweaked? I'm no lisp or org -> latex mapping person, but perhaps others will have an idea of how you can map something dynamically so that "One level below the H:number setting gets converted to \itemize" (vs. the current conversion to \begin{example} ? Just a thought. Sorry to not be more help to you! John > Of course I would be able to manually change all lists to plain lists > within Org tree entries, but before starting to do this I would like to > make sure that there is no other way. > > Cheers, and thanks in advance, > > Christoph > > -- > Christoph Lange, School of Computer Science, University of Birmingham > http://cs.bham.ac.uk/~langec/, Skype duke4701 > > → Mathematics in Computer Science Special Issue on “Enabling Domain > Experts to use Formalised Reasoning”; submission until 31 October. > http://cs.bham.ac.uk/research/projects/formare/pubs/mcs-doform/ >