[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-link-to-org-use-id question
From: |
Bernt Hansen |
Subject: |
Re: [O] org-link-to-org-use-id question |
Date: |
Sat, 28 Apr 2012 01:56:19 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
François Pinard <address@hidden> writes:
> Hi, Org friends.
>
> I'm just noticing that ID: properties are now being created whenever I save
> 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çois
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