From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: org-beamer-environment-extra format Date: Sun, 27 Mar 2011 03:13:09 -0700 Message-ID: <20110327031309.34de2eaf@bhishma.homelinux.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/O6lSHbzJ3M/JqvcC0CkrdFF" Return-path: Received: from [140.186.70.92] (port=40068 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3myE-0008NC-9j for emacs-orgmode@gnu.org; Sun, 27 Mar 2011 06:13:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3myC-0000gb-T7 for emacs-orgmode@gnu.org; Sun, 27 Mar 2011 06:13:17 -0400 Received: from mail-iy0-f169.google.com ([209.85.210.169]:50820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3myC-0000gJ-O3 for emacs-orgmode@gnu.org; Sun, 27 Mar 2011 06:13:16 -0400 Received: by iyf13 with SMTP id 13so3328164iyf.0 for ; Sun, 27 Mar 2011 03:13:15 -0700 (PDT) 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: Org mode mailing list --MP_/O6lSHbzJ3M/JqvcC0CkrdFF Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, 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. =46rom the exported latex file it seems a \label{somelabel} tag is inserted. Attached is a patch including this information in the docstring. --=20 Suvayu Open source is the future. It sets us free. --MP_/O6lSHbzJ3M/JqvcC0CkrdFF Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-Update-documentation-org-beamer-environments-extra.patch >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 -- 1.7.3.4 --MP_/O6lSHbzJ3M/JqvcC0CkrdFF--