From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Can't export subtree with links to headlines outside of the subtree [8.3.1 (8.3.1-95-g1dbb25-elpa)] Date: Tue, 01 Sep 2015 21:20:21 +0200 Message-ID: <87oahm0wwa.fsf@nicolasgoaziou.fr> References: <871tei2dsu.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWr50-0004Mx-4q for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 15:18:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWr4z-00088X-CP for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 15:18:50 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:47663) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWr4z-00087y-64 for emacs-orgmode@gnu.org; Tue, 01 Sep 2015 15:18:49 -0400 In-Reply-To: (Michael Behr's message of "Tue, 1 Sep 2015 14:39:42 -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: Michael Behr Cc: emacs-orgmode@gnu.org Michael Behr writes: > My use case is a large file of notes that I want to typeset frequently as I > update it, so that won't work for me unless there's an easy way to pass a > filtered version of the file to the exporter. There are hooks, e.g. `org-export-before-processing-hook' where you can comment out offending links. > Personally I'd prefer a customization option to change this behavior, but > if that's not doable I'll work around it. Might be worth putting a note > about it in the manual, though. A customizable option sounds reasonable, indeed. Do you want to provide a patch? > (I can't find the previous discussion of this, so sorry if I'm retreading > old ground.) This was introduced in commit dc08e98885015c27196843aeb62bde287da84873, dating back to 11 March. You may want to browse the list archives around that period if you're interested. Regards,