From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: BEGIN_LATEX_HEADER [cont] Date: Sun, 22 Jun 2014 11:35:06 +0200 Message-ID: <87bntl2sol.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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyeAd-0001Ry-4U for emacs-orgmode@gnu.org; Sun, 22 Jun 2014 05:34:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WyeAO-0005VY-F7 for emacs-orgmode@gnu.org; Sun, 22 Jun 2014 05:34:43 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:53311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyeAO-0005UV-8F for emacs-orgmode@gnu.org; Sun, 22 Jun 2014 05:34:28 -0400 In-Reply-To: <87tx7dbwqo.fsf@gmail.com> (Aaron Ecay's message of "Sat, 21 Jun 2014 20:42: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 Aaron Ecay writes: > This is basically making the user do (something like) org-edit-special > manually. That is an interesting idea. `org-edit-special' could be improved to edit clusters of export keywords (e.g. #+LATEX) in a dedicated buffer. Recognizing a keyword as an export keyword is doable (i.e. iterate over registered back-ends and check export keywords they define), but finding the appropriate major-mode for the alternate buffer seems cumbersome. It could be hard-coded, but that is not very practical. It could also be decided in the export back-end definition. Regards, -- Nicolas Goaziou