From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Beamer support - 2nd round Date: Wed, 9 Dec 2009 00:04:48 +0100 Message-ID: <3BF8E5F9-B5D7-48DD-9B24-659C887D8D46@gmail.com> References: <87ljhi1tbo.wl%ucecesf@ucl.ac.uk> <6ac505ad0912041531h1e2fbe46x9b06e67c222dd265@mail.gmail.com> <10441.1259970303@alphaville.usa.hp.com> <6ac505ad0912041604l5f0503fbx5b5e7809240f467e@mail.gmail.com> <9CFEEA70-BF0F-4564-A90A-E9BF78EA5FBA@gmail.com> <407c66ac0912071215l7cd65139lac138fe890fabbd7@mail.gmail.com> <53CBEBAE-B3B3-4920-BF0A-DBF011CF9194@gmail.com> <407c66ac0912080952p16c11223t247d65d02421f238@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NI974-0000qi-Cc for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 18:04:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NI96z-0000pZ-BG for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 18:04:57 -0500 Received: from [199.232.76.173] (port=59491 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NI96z-0000pP-7i for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 18:04:53 -0500 Received: from mail-ew0-f209.google.com ([209.85.219.209]:49922) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NI96y-0005CO-Rr for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 18:04:53 -0500 Received: by ewy1 with SMTP id 1so3349012ewy.8 for ; Tue, 08 Dec 2009 15:04:51 -0800 (PST) In-Reply-To: <407c66ac0912080952p16c11223t247d65d02421f238@mail.gmail.com> 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: JBash Cc: emacs-orgmode Mode On Dec 8, 2009, at 6:52 PM, JBash wrote: > > > On Tue, Dec 8, 2009 at 12:21 PM, Carsten Dominik > wrote: > > On Dec 7, 2009, at 9:15 PM, JBash wrote: > > This is not working quite right for me... > I pulled the latest beamer branch from git this morning and > installed it. I am getting the export to latex, but no columns in > the beamer (tex) and resulting pdf file. There is a title frame, a > TOC (blank) frame, and then a single frame titled "This is the first > structural section". All other elements are nested itemized lists > on that single slide. > > I manually copied the org-beamer.el file to my site-lisp area. Is > that supposed to be installed along with the other org files? > > I had also previously defined org-latex-export-classes, and have > removed that from my .emacs file. > > I am also seeing an unexpected error the *second* (and subsequent) > time I export (without changes to the org file) to to PDFabout a > column-width function: > > Select command: > Exporting to PDF... > Exporting to LaTeX... > org-beamer-open-column: Symbol's function definition is void: org- > beamer-add-units-to-column-width > > Ah, I changed the name of this function, but not in all places, > sorry about that. > > Fixed now. > > - Carsten > > > > If I restart emacs, I can export again (1 time) without these errors. > > If this points to something obvious in my configuration, please let > me know. I suspect I have something strangely configured, as no one > else is having these issues. > > Thanks, > Jerry > > - Carsten > Great. I pulled the latest and the problem is solved. Thanks very > much, Carsten. > > I don't know if you're looking for this level in anomalies at this > point in the process of beamer support... if so, I am still getting > an unexpected behavior on the first export to latex / build pdf. > When I first open emacs and load the test file, the resulting pdf > file does not have columns or the specified theme (appears to be the > default theme instead). Subsequent exports/builds work fine. Hi Jerry, this is because org-beamer was not loaded in time. Should be fixed now... Thanks for the report! - Carsten > > Thanks again. > Jerry - Carsten