From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: [export] Easy way to make children of Beamer frames generate list items? Date: Sat, 14 Sep 2013 09:40:50 -0500 Message-ID: References: <5234728E.3000901@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKr1p-00062p-7V for emacs-orgmode@gnu.org; Sat, 14 Sep 2013 10:40:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKr1o-0003v9-38 for emacs-orgmode@gnu.org; Sat, 14 Sep 2013 10:40:53 -0400 Received: from mail-ob0-x22f.google.com ([2607:f8b0:4003:c01::22f]:45740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKr1n-0003v1-UW for emacs-orgmode@gnu.org; Sat, 14 Sep 2013 10:40:52 -0400 Received: by mail-ob0-f175.google.com with SMTP id uz6so2100062obc.6 for ; Sat, 14 Sep 2013 07:40:51 -0700 (PDT) In-Reply-To: <5234728E.3000901@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Christoph LANGE Cc: Orgmode Mailing List On Sat, Sep 14, 2013 at 9:28 AM, Christoph LANGE 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 > > =E2=86=92 Mathematics in Computer Science Special Issue on =E2=80=9CEnabl= ing Domain > Experts to use Formalised Reasoning=E2=80=9D; submission until 31 Octob= er. > http://cs.bham.ac.uk/research/projects/formare/pubs/mcs-doform/ >