emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* #+BEAMER not defined?
@ 2014-06-13 19:55 Sebastien Vauban
  2014-06-14  7:14 ` Nicolas Goaziou
  2014-06-14  8:10 ` Bastien
  0 siblings, 2 replies; 4+ messages in thread
From: Sebastien Vauban @ 2014-06-13 19:55 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Hello,

Running this ECM:

--8<---------------cut here---------------start------------->8---
#+OPTIONS: H:1

** ECM

#+Beamer_BEGIN:
\bold{BeamerFoo}
#+Beamer_END:

#+Beamer: \bold{BeamerBar}

#+LaTeX_BEGIN:
\bold{LaTeXBaz}
#+LaTeX_END:

#+LaTeX: \bold{LaTeXFooBar}
--8<---------------cut here---------------end--------------->8---

outputs this:

--8<---------------cut here---------------start------------->8---
\bold{BeamerFoo}
\bold{LaTeXBaz}
\bold{LaTeXFooBar}
--8<---------------cut here---------------end--------------->8---

So:

- both the construct #+LaTeX_BEGIN/END and #+LaTeX exist...
- the construct #+Beamer_BEGIN/END exists, but not #+Beamer?

Is this normal?

Best regards,
  Seb

-- 
Sebastien Vauban

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

* Re: #+BEAMER not defined?
  2014-06-13 19:55 #+BEAMER not defined? Sebastien Vauban
@ 2014-06-14  7:14 ` Nicolas Goaziou
  2014-06-14  8:10 ` Bastien
  1 sibling, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2014-06-14  7:14 UTC (permalink / raw)
  To: Sebastien Vauban; +Cc: public-emacs-orgmode-mXXj517/zsQ




Hello,

Sebastien Vauban <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
writes:

> #+Beamer_BEGIN:
> \bold{BeamerFoo}
> #+Beamer_END:

I don't know this syntax....

> #+LaTeX_BEGIN:
> \bold{LaTeXBaz}
> #+LaTeX_END:

nor this one.

> outputs this:
>
> \bold{BeamerFoo} \bold{LaTeXBaz} \bold{LaTeXFooBar}

I cannot reproduce it.


Regards,

-- 
Nicolas Goaziou

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

* Re: #+BEAMER not defined?
  2014-06-13 19:55 #+BEAMER not defined? Sebastien Vauban
  2014-06-14  7:14 ` Nicolas Goaziou
@ 2014-06-14  8:10 ` Bastien
  2014-06-14 19:06   ` Sebastien Vauban
  1 sibling, 1 reply; 4+ messages in thread
From: Bastien @ 2014-06-14  8:10 UTC (permalink / raw)
  To: Sebastien Vauban; +Cc: public-emacs-orgmode-mXXj517/zsQ



Hi Sébastien,

Sebastien Vauban <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
writes:

> - the construct #+Beamer_BEGIN/END exists, but not #+Beamer?

Your subconscious wants something that does not exists :)
This file works fine for me:

========================================================================
#+TITLE: Beamer blocks

#+BEGIN_BEAMER
\bold{beamer block}
#+END_BEAMER

#+begin_beamer
\bold{beamer block}
#+end_beamer

#+BEAMER: \bold{BEAMER}

#+Beamer: \bold{Beamer}

#+beamer: \bold{beamer}
========================================================================


-- 
 Bastien

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

* Re: #+BEAMER not defined?
  2014-06-14  8:10 ` Bastien
@ 2014-06-14 19:06   ` Sebastien Vauban
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastien Vauban @ 2014-06-14 19:06 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Hi Nicolas and Bastien,

Bastien wrote:
> Sebastien Vauban writes:
>
>> - the construct #+Beamer_BEGIN/END exists, but not #+Beamer?
>
> Your subconscious wants something that does not exists :)

Though I still don't understand the results I got with my ECM, here is
a right ECM...

--8<---------------cut here---------------start------------->8---
#+OPTIONS: H:1

** ECM

#+BEGIN_Beamer
\bold{BeamerFoo}
#+END_Beamer

#+BEAMER: \bold{BeamerBar}

#+BEGIN_LaTeX
\bold{LaTeXBaz}
#+END_LaTeX

#+LaTeX: \bold{LaTeXFooBar}
--8<---------------cut here---------------end--------------->8---

... which acts as EXPECTED.

Sorry for my mental confusion -- must have been very very tired.

Best regards,
  Seb

-- 
Sebastien Vauban

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

end of thread, other threads:[~2014-06-14 19:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-13 19:55 #+BEAMER not defined? Sebastien Vauban
2014-06-14  7:14 ` Nicolas Goaziou
2014-06-14  8:10 ` Bastien
2014-06-14 19:06   ` Sebastien Vauban

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).