From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Strange Org <> OS interaction w/ bad ID Date: Mon, 24 Feb 2020 19:51:47 +0100 Message-ID: <87r1yjddj0.fsf@nicolasgoaziou.fr> References: <87eeuju9qi.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:33548) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j6Ipd-0006yX-VK for emacs-orgmode@gnu.org; Mon, 24 Feb 2020 13:51:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j6Ipc-0007Dk-LS for emacs-orgmode@gnu.org; Mon, 24 Feb 2020 13:51:53 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:30233) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j6Ipc-00076t-G2 for emacs-orgmode@gnu.org; Mon, 24 Feb 2020 13:51:52 -0500 In-Reply-To: <87eeuju9qi.fsf@gmail.com> (Ken Mankoff's message of "Mon, 24 Feb 2020 10:21:41 -0800") 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: Ken Mankoff Cc: Org-mode Hello, Ken Mankoff writes: > I thought named IDs were supposed to go into CUSTOM_ID properties > rather than ID properties. Is this incorrect? ID are meant to be automatically generated, and stored in a database. They can work across documents. CUSTOM_ID, OTOH are use-defined values, internal to the document. > Does anyone know why Org is parsing files in random folders when > I have a bad ID and a <>? I don't. You may want to check `org-id-files', or walk the hash table `org-id-locations'. Regards, -- Nicolas Goaziou