From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Martins Subject: Re: Beamer support - 2nd round Date: Fri, 4 Dec 2009 21:31:30 -0200 Message-ID: <6ac505ad0912041531h1e2fbe46x9b06e67c222dd265@mail.gmail.com> References: <87ljhi1tbo.wl%ucecesf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGhcb-0001UY-RM for emacs-orgmode@gnu.org; Fri, 04 Dec 2009 18:31:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGhca-0001UE-E0 for emacs-orgmode@gnu.org; Fri, 04 Dec 2009 18:31:32 -0500 Received: from [199.232.76.173] (port=42594 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGhca-0001UB-9J for emacs-orgmode@gnu.org; Fri, 04 Dec 2009 18:31:32 -0500 Received: from qw-out-1920.google.com ([74.125.92.146]:47563) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NGhca-0001jC-05 for emacs-orgmode@gnu.org; Fri, 04 Dec 2009 18:31:32 -0500 Received: by qw-out-1920.google.com with SMTP id 5so348171qwc.24 for ; Fri, 04 Dec 2009 15:31:30 -0800 (PST) In-Reply-To: <87ljhi1tbo.wl%ucecesf@ucl.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: e.fraga@ucl.ac.uk Cc: emacs-orgmode Mode , Carsten Dominik Stupid question 9but I could not answer it) I have to set up (add-to-list 'org-export-latex-classes '("beamer" "\\documentclass[11pt]{beamer} ...) ??? Or I have to imput another .el which sets org-export-latex-classes correctl= y? I sue the latest git version of org-mode 6.33trans and I tried to use the example but I couldn't Daniel 2009/12/4 Eric S Fraga : > At Thu, 3 Dec 2009 17:10:44 +0100, > Carsten Dominik wrote: > >> after carefully listening to all your comments and thinking >> things through more thoroughly, here is now my second attempt >> to define beamer support in Org-mode. > > Carsten, > > Thanks for this! =A0After learning a bit about git branches (more than I > probably wanted to know ;-) and a bit more about org mode columns > view, I can say that I like what you have done. =A0I've been playing > with your sample file for a short while and it looks a good design > which seems to support everything /I/ would want and does so in an > easy way (especially the combination of the new C-c C-b special > org-beamer command and columns view). > > I've run into a few niggles but I need to play some more (probably > over the weekend) to see whether some of them are my fault or due to > bugs in the code. =A0However, some immediate niggles or suggestions are: > > - I need to be able to specify arguments for columns (i.e. the > =A0environment, not specific columns), specifically > =A0often [t] to make two columns align vertically > > - I don't understand what the difference between opt and envargs is. > =A0In fact, I see no reference to BEAMER_opt in the document you wrote > =A0yet your example has opt as one of the column view specifications. > > - it would be nice if when a column heading is also a block heading, > =A0that the tags generated (which, by the way, is a really nice > =A0feature) include both block and column tags to make it easy to spot > =A0the column aspect. > > You'll probably be hearing from me soon again! > > Oh, and thanks for the separate email showing me how to do my page 100 > with the new setup. =A0How to do it was actually quite clear from the > example you gave in the other message. =A0Very straightforward and does > work nicely. > > Thanks again, > eric > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >