emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: org-beamer bug


From: Matt Lundin
Subject: [Orgmode] Re: org-beamer bug
Date: Thu, 25 Mar 2010 13:18:11 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Jason,

Jason Dunsmore <address@hidden> writes:

> From reading the org-beamer documentation, I get the impression that the
> following two should headings should be equivalent:
>
>
> * Example 1                                                  :B_block:
>
> * Example 2
> :PROPERTIES:
> :BEAMER_env: block
> :END:
>
>
> However, only the second example is actually exported with a block
> environment.  This also happens with other environments.  The note
> environment is the only one I tested that works by using a tag.

According to the manual, the environment tags have no effect on the
export. They are simply visual aids. If org-beamer-mode is activated,
the tags are added automatically whenever you set the :BEAMER_env:
property.

,----
| `BEAMER_env'
|      The environment that should be used to format this entry.  Valid
|      environments are defined in the constant
|      `org-beamer-environments-default', and you can define more in
|      `org-beamer-environments-extra'.  If this property is set, the
|      entry will also get a `:B_environment:' tag to make this visible.
|      This tag has no semantic meaning, it is only a visual aid.
`----

Best,
Matt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]