From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Re: Beamer title is (incorrectly?) outside of a frame Date: Thu, 26 Dec 2013 13:50:07 +0800 Message-ID: <758f22ae-45ed-4b33-a760-2c96c40751e6@dewdrop-world.net> References: <3bf20787-19e4-49ff-bbb5-5c90bcc58a95@dewdrop-world.net> <871u15j9ct.fsf@gmail.com> <87ob48ht2p.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vw4NY-0004pX-LB for emacs-orgmode@gnu.org; Thu, 26 Dec 2013 01:25:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vw4NQ-0001ZQ-7x for emacs-orgmode@gnu.org; Thu, 26 Dec 2013 01:25:08 -0500 Received: from mail-pa0-x235.google.com ([2607:f8b0:400e:c03::235]:47057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vw4NP-0001ZK-W4 for emacs-orgmode@gnu.org; Thu, 26 Dec 2013 01:25:00 -0500 Received: by mail-pa0-f53.google.com with SMTP id hz1so7894684pad.26 for ; Wed, 25 Dec 2013 22:24:58 -0800 (PST) In-Reply-To: <87ob48ht2p.fsf@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: Nicolas Goaziou Cc: orgmode On Monday, December 23, 2013 4:25:50 PM HKT, Nicolas Goaziou wrote: > James Harkins writes: > >> One question, though: How would I determine the LaTeX document class >> programmatically? > > (plist-get info :latex-class) Thanks. I'm very busy now at the end of the semester, but I have this: ** TODO Beamer conditionally wrap title in frame (plist-get info :latex-class) Definitely in January. hjh