From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Special blocks with options in LaTeX export Date: Sun, 28 Jun 2015 13:41:29 +0200 Message-ID: <20150628114129.GD24926@chitra.no-ip.org> References: <20150628112350.GC24926@chitra.no-ip.org> <87pp4gnk86.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9Axs-00029G-Gs for emacs-orgmode@gnu.org; Sun, 28 Jun 2015 07:41:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9Axp-0006xy-CE for emacs-orgmode@gnu.org; Sun, 28 Jun 2015 07:41:36 -0400 Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]:35841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9Axp-0006xY-5D for emacs-orgmode@gnu.org; Sun, 28 Jun 2015 07:41:33 -0400 Received: by wguu7 with SMTP id u7so120131669wgu.3 for ; Sun, 28 Jun 2015 04:41:32 -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 fq7sm7063816wic.5.2015.06.28.04.41.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 28 Jun 2015 04:41:31 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87pp4gnk86.fsf@gmx.us> 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-orgmode@gnu.org Hi Rasmus, On Sun, Jun 28, 2015 at 01:30:33PM +0200, Rasmus wrote: > > Options are read via > > (org-export-read-attribute :attr_latex special-block :options). > > As to whether special blocks should support options via a keyword like in > your example, I do not know. FWIW ox-html also reads attributes for > special blocks via an ATTR_BACKEND line. I expected it to work because the manual says so, see "Special blocks in LaTeX export" in (info "(org) LaTeX specific attributes"). A brief quote: In LaTeX back-end, special blocks become environments of the same name. Value of ‘:options’ attribute will be appended as-is to that environment’s opening string. For example: [...] Cheers, -- Suvayu Open source is the future. It sets us free.