From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: org-beamer-environment-extra format Date: Wed, 30 Mar 2011 14:36:14 -0400 Message-ID: <87ei5obgm9.fsf@fastmail.fm> References: <20110327031309.34de2eaf@bhishma.homelinux.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=43150 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q50Fe-00078K-Mk for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 14:36:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q50Fd-0001Oc-EX for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 14:36:18 -0400 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:45360) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q50Fd-0001OG-8W for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 14:36:17 -0400 In-Reply-To: <20110327031309.34de2eaf@bhishma.homelinux.net> (Suvayu Ali's message of "Sun, 27 Mar 2011 03:13:09 -0700") 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: Suvayu Ali Cc: Org mode mailing list Suvayu Ali writes: > I was trying to configure the above variable for some overlay > environments in org-beamer. I saw a few of the default environments use > the %x format but I couldn't find any documentation about what it does. > From the exported latex file it seems a \label{somelabel} tag is > inserted. Attached is a patch including this information in the > docstring. I believe it is replaced by the contents of the "BEAMER_extra" property. This information does indeed seem to be missing from the docstring. Best, Matt > > -- > Suvayu > > Open source is the future. It sets us free. > From d4ff435ff1ddd5fe85b9d4ed911a4f7f14fa500c Mon Sep 17 00:00:00 2001 > From: Suvayu Ali > Date: Sun, 27 Mar 2011 03:04:56 -0700 > Subject: [PATCH] Update documentation org-beamer-environments-extra > > --- > lisp/org-beamer.el | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/lisp/org-beamer.el b/lisp/org-beamer.el > index d27f91f..5dffd20 100644 > --- a/lisp/org-beamer.el > +++ b/lisp/org-beamer.el > @@ -139,6 +139,7 @@ open The opening template for the environment, with the following escapes > %h the headline text > %H if there is headline text, that text in {} braces > %U if there is headline text, that text in [] brackets > + %x inserts a \label{sec-no} tag > close The closing string of the environment." > > :group 'org-beamer