From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id AIXDAjh01l87HAAA0tVLHw (envelope-from ) for ; Sun, 13 Dec 2020 20:06:16 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id 2NUwOjd01l+oLgAAB5/wlQ (envelope-from ) for ; Sun, 13 Dec 2020 20:06:15 +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 9125A9404C4 for ; Sun, 13 Dec 2020 20:06:15 +0000 (UTC) Received: from localhost ([::1]:34328 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1koXdG-0005Xk-5a for larch@yhetil.org; Sun, 13 Dec 2020 15:06:14 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:36856) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1koXcm-0005Xc-34 for emacs-orgmode@gnu.org; Sun, 13 Dec 2020 15:05:44 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:44983) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1koXcj-000832-TK for emacs-orgmode@gnu.org; Sun, 13 Dec 2020 15:05:43 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 8BF56FF805; Sun, 13 Dec 2020 20:05:36 +0000 (UTC) From: Nicolas Goaziou To: Juan Manuel =?utf-8?Q?Mac=C3=ADas?= Subject: Re: #+include and org-export-before-processing-hook References: <871rftwtyw.fsf@ucl.ac.uk> <87k0tlzkf8.fsf@posteo.net> Mail-Followup-To: Juan Manuel =?utf-8?Q?Mac=C3=ADas?= , Eric S Fraga , orgmode Date: Sun, 13 Dec 2020 21:05:35 +0100 In-Reply-To: <87k0tlzkf8.fsf@posteo.net> ("Juan Manuel =?utf-8?Q?Mac=C3=AD?= =?utf-8?Q?as=22's?= message of "Sun, 13 Dec 2020 18:26:51 +0100") Message-ID: <87mtyhcvzk.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=217.70.183.199; envelope-from=mail@nicolasgoaziou.fr; helo=relay9-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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 , Eric S Fraga Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -0.80 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: 9125A9404C4 X-Spam-Score: -0.80 X-Migadu-Scanner: scn1.migadu.com X-TUID: bG+g2maTQUmJ Hello, Juan Manuel Mac=C3=ADas writes: > I have the same problem with a function that I wrote to not export > certain footnotes, and to date I have not been able to fix it. According > to the `org-export-before-processing-hook' docstring: > > " *This is run before include keywords and macros are expanded* > and Babel code blocks executed, on a copy of the original buffer > being exported. Visibility and narrowing are preserved. Point > is at the beginning of the buffer. There is also `org-export-before-parsing-hook'. Regards, --=20 Nicolas Goaziou