From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Org-beamer problems Date: Fri, 21 Jan 2011 21:11:36 +0000 Message-ID: <8762ti2c8n.fsf@pinto.chemeng.ucl.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=57643 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PgOGj-000830-Uz for emacs-orgmode@gnu.org; Fri, 21 Jan 2011 16:11:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PgOGi-0007Ry-W3 for emacs-orgmode@gnu.org; Fri, 21 Jan 2011 16:11:41 -0500 Received: from vscani-e.ucl.ac.uk ([144.82.108.33]:43275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PgOGi-0007RM-Pk for emacs-orgmode@gnu.org; Fri, 21 Jan 2011 16:11:40 -0500 In-Reply-To: (Bill Moran's message of "Fri, 21 Jan 2011 02:31:35 +0000 (UTC)") 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: Bill Moran Cc: emacs-orgmode@gnu.org Bill Moran writes: > I have installed the latest (git) version of org-mode and have stripped out all > customizations from I think. I've copied Eric's two column example from here > > http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html > > with the headers given there. And I can't get either blocks or columns to work. > There is no block or column command in the latex produced from the org > file. I have no idea what is going on but I can confirm that something is missing. If I start emacs with -Q, execute the following #+begin_src emacs-lisp (add-to-list 'load-path "~/git/org-mode/lisp") (require 'org-install) (require 'org-latex) #+end_src visit the small beamer test file I sent to the list earlier today and export to latex, I get only the title page and the empty outline. Nothing else. If I start up with my full initialisation, everything works just fine. I've gone through my initialisation by eye and cannot see anything that would make a difference. I will need to go through this more carefully as I have many customisations, not only for org... > I guess it's something to do with the value of the variable > > org-export-latex-classes I don't think so. Although I do customise mine, if I include this in the above test (-Q start), it makes no difference. I do not change the "beamer" entry in any case. I will play around later tonight and will get back to you then. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.4 (release_7.4.231.ge879)