emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Option for special block
@ 2013-11-08 15:33 Sebastien Vauban
  2013-11-08 17:50 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastien Vauban @ 2013-11-08 15:33 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Hello,

I try to get the following in LaTeX:

--8<---------------cut here---------------start------------->8---
\begin{definition}[Physiologie]
  ...
\end{definition}
--8<---------------cut here---------------end--------------->8---

I've tried many variants, but none outputs the optional parameter (in square
brackets).

--8<---------------cut here---------------start------------->8---
#+begin_definition [Physiologie]
  ...
#+end_definition

#+begin_definition :options [Physiologie]
  ...
#+end_definition

#+begin_definition :options {Physiologie}
  ...
#+end_definition
--8<---------------cut here---------------end--------------->8---

Am I missing something?

Best regards,
  Seb

-- 
Sebastien Vauban

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

* Re: Option for special block
  2013-11-08 15:33 Option for special block Sebastien Vauban
@ 2013-11-08 17:50 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2013-11-08 17:50 UTC (permalink / raw)
  To: Sebastien Vauban; +Cc: public-emacs-orgmode-mXXj517/zsQ



Hello,

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

> Hello,
>
> I try to get the following in LaTeX:
>
> \begin{definition}[Physiologie] ... \end{definition}
>
> I've tried many variants, but none outputs the optional parameter (in square
> brackets).

  #+attr_latex: :options [Physiologie]
  #+begin_definition
    ...
  #+end_definition



Regards,

-- 
Nicolas Goaziou

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

end of thread, other threads:[~2013-11-08 17:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-08 15:33 Option for special block Sebastien Vauban
2013-11-08 17:50 ` Nicolas Goaziou

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