From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Scanning for duplicate IDs of whole buffer when exporting a sub-heading Date: Thu, 11 Feb 2016 18:23:54 +0100 Message-ID: <87fuwz5ff9.fsf@nicolasgoaziou.fr> References: <2016-02-10T17-12-49@devnull.Karl-Voit.at> <87d1s4bhlg.fsf@nicolasgoaziou.fr> <2016-02-10T19-04-29@devnull.Karl-Voit.at> <871t8kb207.fsf@nicolasgoaziou.fr> <2016-02-11T16-02-01@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTuwG-00086T-Nh for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 12:21:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTuwC-0006Ej-FJ for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 12:21:56 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:35779) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTuwC-0006EQ-84 for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 12:21:52 -0500 In-Reply-To: <2016-02-11T16-02-01@devnull.Karl-Voit.at> (Karl Voit's message of "Thu, 11 Feb 2016 16:13:15 +0100") 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: Karl Voit Cc: Karl Voit , emacs-orgmode@gnu.org Hello, Karl Voit writes: > What is the policy of merging changes from master to maint? Does > this happen only for major issues? Only before releases? Usually maint contains either very important or trivial fixes. To put it differently, fixes that might not go in maint are invasive changes that solve non-critical issues. I believe this one fell in the latter category. However, as you can tell, there is usually no clear cut. > Sorry, I'm a bit confused here. Does this mean that id-links are > replaced by something new or do you assume that the id-links in my > document are not important (because it ought to be only a small > file for a presentation)? > > If it's the latter: my Org-mode file is quite large and contains > hundreds of id-links I want to keep. The sub-heading of the > presentation I want to export is only a tiny fraction of the file. > > My whole digital life is managed in a dozen Org-mode files with a > quarter million lines and approximately ninety percent is within > five files. Therefore I love narrowing down to sub-headings for > editing and exporting. Export process happens in a copy of your documents. You can safely remove id links there (since they get in the way ATM) using hooks. Regards, -- Nicolas Goaziou