From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: [PATCH] Skip entries with no ID when updating ID locations Date: Wed, 19 Feb 2020 13:52:00 -0800 Message-ID: <87lfoy9ren.fsf@ericabrahamsen.net> References: <87r1yqb75d.fsf@ericabrahamsen.net> <878sky5kd4.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60706) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4XGJ-0001Dj-TK for emacs-orgmode@gnu.org; Wed, 19 Feb 2020 16:52:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4XGI-0000kW-VR for emacs-orgmode@gnu.org; Wed, 19 Feb 2020 16:52:07 -0500 In-Reply-To: <878sky5kd4.fsf@gnu.org> (Bastien's message of "Wed, 19 Feb 2020 22:37:43 +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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Bastien Cc: emacs-orgmode@gnu.org Bastien writes: > Hi Eric, > > Eric Abrahamsen writes: > >> Would the attached patch be acceptable? It's no big deal, just skips >> entries with no ID property when updating all ID locations. I couldn't >> figure out why I had several thousand "Duplicate ID "nil"" warnings in >> the *Messages* buffer after updating ID locations. > > A welcome enhancement - applied, thanks! Cool, thanks.