From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [ANN] ox-extras Date: Mon, 23 Jun 2014 21:57:37 +0200 Message-ID: <8738ev8klq.fsf@nicolasgoaziou.fr> References: <87wqccbgvj.fsf@gmail.com> <864mzghvcl.fsf@somewhere.org> <87ppi4t15s.fsf@nicolasgoaziou.fr> <87simzu6f4.fsf@nicolasgoaziou.fr> <87mwd624xg.fsf@gmail.com> <87simyk796.fsf@nicolasgoaziou.fr> <87tx7dbwqo.fsf@gmail.com> <87mwd5bt4o.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzAMZ-00056f-7Y for emacs-orgmode@gnu.org; Mon, 23 Jun 2014 15:57:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzAMN-0007M7-P2 for emacs-orgmode@gnu.org; Mon, 23 Jun 2014 15:57:11 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:35606) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzAMN-0007Lx-IF for emacs-orgmode@gnu.org; Mon, 23 Jun 2014 15:56:59 -0400 In-Reply-To: <87mwd5bt4o.fsf@gmail.com> (Aaron Ecay's message of "Sat, 21 Jun 2014 22:00:39 -0400") 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: Ken Mankoff Cc: emacs-orgmode@gnu.org Hello, Aaron Ecay writes: > you will be able to use blocks of the following form: > > #+header: :header yes > #+begin_latex > \foo{} > \bar{} > #+end_latex > > These will be transformed so that the begin/end wrapper is removed and > each line is prepended with #+latex_header: on export. They can be > edited as latex code with the usual org-edit-special function (C-c '). Actually that's rather different than the suggestion in this thread, which was to introduce a new type of block. This could be implemented in core, but it should use #+attr_latex instead of #+header since this is latex related. Regards, -- Nicolas Goaziou