emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [Bug] org-insert-link removes on one link from 2 added by org-store-link
@ 2023-07-02  6:08 Max Nikulin
  2023-07-02  7:49 ` Ihor Radchenko
  0 siblings, 1 reply; 7+ messages in thread
From: Max Nikulin @ 2023-07-02  6:08 UTC (permalink / raw)
  To: emacs-orgmode

When some heading has the CUSTOM_ID property

---- 8< ----
* title
:PROPERTIES:
:CUSTOM_ID: a-heading
:END:
---- >8 ----

M-x org-store-link adds 2 entries:
- [[*title][title]]
- [[#a-heading][title]]

however `org-insert-link' (C-c C-l) removes from the stored link only 
one of them. As a result the number of unused stored links increases 
during an Emacs session.

My expectation is that
- either `org-store-links' adds a single option (my preference is 
#custom_id)
- or `org-insert-link' removes the whole group.

I have no idea how to implement second variant keeping backward 
compatibility.


Ihor Radchenko. Re: [BUG] org-store-link-functions advertizes that the 
first non-nil return value is used, but it is not how org-store-link 
handles it. Wed, 28 Sep 2022 09:03:59 +0800.
https://list.orgmode.org/87bkr0gvi8.fsf@localhost

> Would you mind reporting this and MWE in a new thread?
> It will be easier to track then.



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-07-24  1:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-02  6:08 [Bug] org-insert-link removes on one link from 2 added by org-store-link Max Nikulin
2023-07-02  7:49 ` Ihor Radchenko
2023-07-12 12:12   ` Max Nikulin
2023-07-13  3:34     ` Samuel Wales
2023-07-13 10:46       ` Improve org-insert-link completion (was: [Bug] org-insert-link removes on one link from 2 added by org-store-link) Ihor Radchenko
2023-07-23 10:39       ` [Bug] org-insert-link removes on one link from 2 added by org-store-link Max Nikulin
2023-07-24  1:06         ` Samuel Wales

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).