From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Option for special block Date: Fri, 08 Nov 2013 16:33:51 +0100 Message-ID: <86iow229i8.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org 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