emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-beamer-environment-extra format
@ 2011-03-27 10:13 Suvayu Ali
  2011-03-30 18:36 ` Matt Lundin
  0 siblings, 1 reply; 2+ messages in thread
From: Suvayu Ali @ 2011-03-27 10:13 UTC (permalink / raw)
  To: Org mode mailing list

[-- Attachment #1: Type: text/plain, Size: 421 bytes --]

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.

[-- Attachment #2: 0001-Update-documentation-org-beamer-environments-extra.patch --]
[-- Type: text/x-patch, Size: 830 bytes --]

From d4ff435ff1ddd5fe85b9d4ed911a4f7f14fa500c Mon Sep 17 00:00:00 2001
From: Suvayu Ali <fatkasuvayu+linux@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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: org-beamer-environment-extra format
  2011-03-27 10:13 org-beamer-environment-extra format Suvayu Ali
@ 2011-03-30 18:36 ` Matt Lundin
  0 siblings, 0 replies; 2+ messages in thread
From: Matt Lundin @ 2011-03-30 18:36 UTC (permalink / raw)
  To: Suvayu Ali; +Cc: Org mode mailing list

Suvayu Ali <fatkasuvayu+linux@gmail.com> 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 <fatkasuvayu+linux@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-30 18:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-27 10:13 org-beamer-environment-extra format Suvayu Ali
2011-03-30 18:36 ` Matt Lundin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).