emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Sebastian Wålinder" <s.walinder@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Keeping org-id entries updated with buffer position changes
Date: Sat, 30 Sep 2023 10:00:28 +1000	[thread overview]
Message-ID: <87zg14wmw3.fsf@nixos.mail-host-address-is-not-set> (raw)
In-Reply-To: <8734yxx6yh.fsf@nixos.mail-host-address-is-not-set>

I found the issue.

Apologies to anyone confused by this, it's not an issue with `org`, but rather with `org-roam`.

I assumed it wouldn't run any code when simply being loaded, but it turns out that `org-roam` was adding itself as a link follow parameter for ID links when loaded by Emacs.

Removing it solves my issue:

(org-link-set-parameters "id" :follow #'org-roam-id-open)

Thanks!

Sebastian Wålinder <s.walinder@gmail.com> writes:

> I have been reading through the code, and it appears that org-id doesn't store the actual positions of ids within all files.
>
> It's instead fetched every time the link is accessed. There must be something strange going on with the org cache causing this issue.
>
> Sebastian Wålinder <s.walinder@gmail.com> writes:
>
>> Hello!
>>
>> I often use org-id to create persistent links to headings like this:
>>
>> * Foo
>> :PROPERTIES:
>> :ID:       BAR
>> :END:
>>
>> [[BAR][Link]]
>>
>> However, after inserting a line above foo, following the link BAR will take me to the wrong line, because the org-id database hasn't been updated with the headline's new position.
>>
>> Running `org-id-update-id-locations` fixes this issue, but takes forever to run because it goes through all my org files.
>>
>> How would I keep these links updated when I make frequent edits? Is there a function that updates the IDs in a single file only? If so, I could advice the open link function to run it first and update all the positions quickly before following the link.
>>
>> Thoughts?
>>
>> Thanks!


      reply	other threads:[~2023-09-30  0:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-26 23:54 Keeping org-id entries updated with buffer position changes Sebastian Wålinder
2023-09-29 16:47 ` Sebastian Wålinder
2023-09-30  0:00   ` Sebastian Wålinder [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zg14wmw3.fsf@nixos.mail-host-address-is-not-set \
    --to=s.walinder@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).