From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Special blocks with options in LaTeX export Date: Sun, 28 Jun 2015 13:23:50 +0200 Message-ID: <20150628112350.GC24926@chitra.no-ip.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9Ags-0008B8-Jv for emacs-orgmode@gnu.org; Sun, 28 Jun 2015 07:24:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9Agl-0007wM-6a for emacs-orgmode@gnu.org; Sun, 28 Jun 2015 07:24:02 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:38473) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9Agk-0007wF-VB for emacs-orgmode@gnu.org; Sun, 28 Jun 2015 07:23:55 -0400 Received: by wibdq8 with SMTP id dq8so49967620wib.1 for ; Sun, 28 Jun 2015 04:23:53 -0700 (PDT) Received: from chitra.no-ip.org (ip82-139-115-46.lijbrandt.net. [82.139.115.46]) by mx.google.com with ESMTPSA id di9sm6995469wib.16.2015.06.28.04.23.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 28 Jun 2015 04:23:51 -0700 (PDT) Content-Disposition: inline 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs Org mode Hi, I am trying to export special blocks with options. But it seems the options part is being ignored completely. I expect the following: #+begin_aside :options {Combinatorial background} It is all random! #+end_aside to be exported as: \begin{aside}{Combinatorial background} It is all random! \end{aside} However what I get is without the extra argument to the environment. Am I missing something, or is this a bug? Thanks, -- Suvayu Open source is the future. It sets us free.