* [BUG] exporting to beamer: notes marked with tag don't work
@ 2013-07-13 19:32 Nick Dokos
2013-07-13 19:39 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Nick Dokos @ 2013-07-13 19:32 UTC (permalink / raw)
To: emacs-orgmode
If I try to export the following org file to beamer
--8<---------------cut here---------------start------------->8---
#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation]
#+BEAMER_THEME: default
#+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col) %8BEAMER_opt(Opt)
#+PROPERTY: BEAMER_col_ALL 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.0 :ETC
* Who/what/how
- who
- what
- how
** Note :B_note:
:PROPERTIES:
:BEAMER_env: note
:END:
This is a note.
--8<---------------cut here---------------end--------------->8---
with the B_note tag or the B_noteNH tag but *without* the property, the
note ends up as a block in the slide which, according to the doc, is
wrong:
(info "(org) Beamer class export")
This sentence in particular:
,----
| To simplify note generation, it is actually enough to mark the note with
| a _tag_ (either `:B_note:' or `:B_noteNH:') instead of creating the
| `BEAMER_env' property.
`----
*With* the property, it correctly ends up as a \note{}.
Org-mode version 8.0.5 (release_8.0.5-336-g918551 @ /home/nick/elisp/org-mode/lisp/)
--
Nick
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [BUG] exporting to beamer: notes marked with tag don't work
2013-07-13 19:32 [BUG] exporting to beamer: notes marked with tag don't work Nick Dokos
@ 2013-07-13 19:39 ` Nicolas Goaziou
2013-07-13 19:47 ` Nick Dokos
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2013-07-13 19:39 UTC (permalink / raw)
To: Nick Dokos; +Cc: emacs-orgmode
Hello,
Nick Dokos <ndokos@gmail.com> writes:
> If I try to export the following org file to beamer
>
> #+LaTeX_CLASS: beamer
> #+LaTeX_CLASS_OPTIONS: [presentation]
> #+BEAMER_THEME: default
> #+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col) %8BEAMER_opt(Opt)
> #+PROPERTY: BEAMER_col_ALL 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.0 :ETC
>
> * Who/what/how
>
> - who
> - what
> - how
>
>
> ** Note :B_note:
> :PROPERTIES:
> :BEAMER_env: note
> :END:
> This is a note.
>
> with the B_note tag or the B_noteNH tag but *without* the property, the
> note ends up as a block in the slide which, according to the doc, is
> wrong:
>
> (info "(org) Beamer class export")
>
> This sentence in particular:
>
> ,----
> | To simplify note generation, it is actually enough to mark the note with
> | a _tag_ (either `:B_note:' or `:B_noteNH:') instead of creating the
> | `BEAMER_env' property.
> `----
The documentation you're referring to seems out of date. Properties are
always needed.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [BUG] exporting to beamer: notes marked with tag don't work
2013-07-13 19:39 ` Nicolas Goaziou
@ 2013-07-13 19:47 ` Nick Dokos
0 siblings, 0 replies; 3+ messages in thread
From: Nick Dokos @ 2013-07-13 19:47 UTC (permalink / raw)
To: emacs-orgmode
Nicolas Goaziou <n.goaziou@gmail.com> writes:
> Nick Dokos <ndokos@gmail.com> writes:
>
>>
>> This sentence in particular:
>>
>> ,----
>> | To simplify note generation, it is actually enough to mark the note with
>> | a _tag_ (either `:B_note:' or `:B_noteNH:') instead of creating the
>> | `BEAMER_env' property.
>> `----
>
> The documentation you're referring to seems out of date. Properties are
> always needed.
>
Correct: I updated emacs yesterday and it installed the 7.9.3f version
*and* I neglected to build the info file for 8.0.6 - sigh... I can hear Achim
saying "I told you so" :-)
Sorry for the noise.
--
Nick
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-07-13 19:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-13 19:32 [BUG] exporting to beamer: notes marked with tag don't work Nick Dokos
2013-07-13 19:39 ` Nicolas Goaziou
2013-07-13 19:47 ` Nick Dokos
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).