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. From the exported latex file it seems a \label{somelabel} tag is inserted. Attached is a patch including this information in the docstring.
-- Suvayu Open source is the future. It sets us free.
>From d4ff435ff1ddd5fe85b9d4ed911a4f7f14fa500c Mon Sep 17 00:00:00 2001 From: Suvayu Ali <fatkasuvayu+li...@gmail.com> 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