From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 1P/2EygH9l8aPwAA0tVLHw (envelope-from ) for ; Wed, 06 Jan 2021 18:53:28 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id +KtMDygH9l9nRQAAbx9fmQ (envelope-from ) for ; Wed, 06 Jan 2021 18:53:28 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D1C159402D4 for ; Wed, 6 Jan 2021 18:53:27 +0000 (UTC) Received: from localhost ([::1]:41980 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kxDvx-0004p4-H9 for larch@yhetil.org; Wed, 06 Jan 2021 13:53:25 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:60610) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kxAZ8-0008BH-RQ for emacs-orgmode@gnu.org; Wed, 06 Jan 2021 10:17:38 -0500 Received: from vdwege.eu ([141.105.121.30]:45844) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kxAZ3-0005vG-SD for emacs-orgmode@gnu.org; Wed, 06 Jan 2021 10:17:38 -0500 Received: from lamorak.vdwege.eu (217-19-19-230.dsl.cambrium.nl [217.19.19.230]) by vdwege.eu (Postfix) with ESMTPSA id 5BAAE5F3D74; Wed, 6 Jan 2021 16:17:21 +0100 (CET) Message-ID: <69c1bfe1728883e982ee09c7cc341e2935a0df48.camel@vdwege.eu> Subject: Re: Inserting LaTex expressions using a filter fails From: Mart van de Wege To: Juan Manuel =?ISO-8859-1?Q?Mac=EDas?= , Mart van de Wege Date: Wed, 06 Jan 2021 16:17:21 +0100 In-Reply-To: <878s96z208.fsf@posteo.net> References: <875z4bcjyz.fsf@gaheris.vdwege.eu> <874kjvavw6.fsf@posteo.net> <20210106085016.20bea20a@gmail.com> <87pn2iz3kr.fsf@posteo.net> <20210106130034.0021df68@gmail.com> <878s96z208.fsf@posteo.net> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.1 (3.38.1-1.fc33) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=141.105.121.30; envelope-from=mart@vdwege.eu; helo=vdwege.eu X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Wed, 06 Jan 2021 13:52:58 -0500 X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: orgmode Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.34 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Migadu-Queue-Id: D1C159402D4 X-Spam-Score: -2.34 X-Migadu-Scanner: scn0.migadu.com X-TUID: /xyAsHaXhVhe On Wed, 2021-01-06 at 13:24 +0100, Juan Manuel MacĂ­as wrote: > Mart van de Wege writes: > > > Kind of weird it's not mentioned in the docs though (at least not > > in > > the same section as export filters); if you're going to tell people > > that > > you can bind local functions to an org file, then it might be nice > > to > > point out that you do need to turn that on. > > You're right. I think an addition could be proposed in the > documentation: for example, a footnote in the section `Defining > filters > for individual files', since by default the variable > `org-export-allow-bind-keywords' has value nil. You're right. I looked up the variable, and there is only one mention in the docs, and that is about binding emacs variables locally to the org file buffer. Can I just clone the repo and prepare a patch? Regards, Mart van de Wege