From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Inheriting some local variables from source code block editing buffers Date: Wed, 02 May 2018 12:16:29 +0200 Message-ID: <87k1smfjlu.fsf@nicolasgoaziou.fr> References: <874ljt3bs0.fsf@gnu.org> <87h8nrkbpw.fsf@nicolasgoaziou.fr> <878t93ioa1.fsf@nicolasgoaziou.fr> <87bmdzbad6.fsf@gmail.com> <876047b257.fsf@gmail.com> <871sevayhz.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fDooT-0006iH-Ng for emacs-orgmode@gnu.org; Wed, 02 May 2018 06:16:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fDooO-0005bK-O8 for emacs-orgmode@gnu.org; Wed, 02 May 2018 06:16:41 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:33417) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fDooO-0005ad-Hv for emacs-orgmode@gnu.org; Wed, 02 May 2018 06:16:36 -0400 In-Reply-To: (=?utf-8?B?IkfDtmt0dcSf?= Kayaalp"'s message of "Wed, 02 May 2018 01:26:23 +0300") 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" To: =?utf-8?B?R8O2a3R1xJ8=?= Kayaalp Cc: Aaron Ecay , emacs-orgmode@gnu.org Hello, G=C3=B6ktu=C4=9F Kayaalp writes: > Also, another question remains: how do we extend this to #+begin_export > blocks? But that's unclear to me maybe because I don't know in detail > how header arguments work. Ideally this feature would work for _any > block_ editable by =E2=80=98org-edit-special=E2=80=99 (i.e. C-c '), and a= gain ideally > using the same syntax. Export blocks, like any other element, accept #+header: keyword, e.g., #+header: whatever #+begin_export latex ... #+end_export Note that, however, such header arguments are ignored during export. Regards, --=20 Nicolas Goaziou