From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: org-link-to-org-use-id question Date: Sat, 28 Apr 2012 01:56:19 -0400 Message-ID: <87ipgkbdrw.fsf@norang.ca> References: <86bomdnj5g.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SO0e0-0006vg-EC for emacs-orgmode@gnu.org; Sat, 28 Apr 2012 01:56:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SO0dy-0007Fh-PE for emacs-orgmode@gnu.org; Sat, 28 Apr 2012 01:56:32 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:46554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SO0dy-0007Et-Lr for emacs-orgmode@gnu.org; Sat, 28 Apr 2012 01:56:30 -0400 In-Reply-To: <86bomdnj5g.fsf@iro.umontreal.ca> (=?utf-8?Q?=22Fran=C3=A7ois?= Pinard"'s message of "Fri, 27 Apr 2012 14:07:07 -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: =?utf-8?Q?Fran=C3=A7ois?= Pinard Cc: emacs-orgmode@gnu.org Fran=C3=A7ois Pinard writes: > Hi, Org friends. > > I'm just noticing that ID: properties are now being created whenever I sa= ve > a link. I presume this is a recent change. > > The ID does not encode the file, so I'm tempted to presume that Org > ought to read the target Org files for discovering where are the IDs. > As Org is surely not going to read all my Org files at start (it might > not even have a clue to where I saved them), I wonder how this mechanism > works. Would someone be kind enough to enlighten me? > > Fran=C3=A7ois This normally happens when you have org-id in org-modules. Unique id's are generated when you link to a task (using org-id-get-create). Id's are saved in ~/.emacs.d/org-id-locations-saved on my system. Regards, Bernt