Re: [PATCH] Re: [bug] Setting org-id-link-to-org-use-id to t creates IDs properties when tangling

2023-08-08 Thread Ihor Radchenko
Ihor Radchenko writes: > In a recent feature request [1], one user expressed an interest in using > ID links during tangling, as they are more reliable wrt heading renames. > > I am now re-considering this fix. > > `org-id-link-to-org-use-id', apart from t, can be set to > 'create-if-interactive,

Re: [PATCH] Re: [bug] Setting org-id-link-to-org-use-id to t creates IDs properties when tangling

2023-07-29 Thread Ihor Radchenko
Bastien writes: > Ihor Radchenko writes: > >> The fix is attached. > > Applied, thanks! In a recent feature request [1], one user expressed an interest in using ID links during tangling, as they are more reliable wrt heading renames. I am now re-considering this fix. `org-id-link-to-org-use-i

Re: [PATCH] Re: [bug] Setting org-id-link-to-org-use-id to t creates IDs properties when tangling

2021-09-26 Thread Bastien
Ihor Radchenko writes: > The fix is attached. Applied, thanks! -- Bastien

[PATCH] Re: [bug] Setting org-id-link-to-org-use-id to t creates IDs properties when tangling

2021-07-11 Thread Ihor Radchenko
Rodrigo Morales writes: > * The issue > > When setting org-id-link-to-org-use-id to t, an :ID: property is created > for each headline that contain at least one code block that is > tangled. Confirmed The fix is attached. Best, Ihor >From 0ed6b52b8ded461ad6d172b9c2d49fd36d5df129 Mon Sep 17 00

Re: [bug] Setting org-id-link-to-org-use-id to t creates IDs properties when tangling

2021-07-10 Thread Jonathan McHugh
Hi Rodrigo, Regarding the problem of large content volumes and unique identifiers I thought Id CC Jean Marc Louis. He has been building an Emacs approach to Hyperscope and has been considering this facet (and others). => https://hyperscope.link/ Perhaps he may have some input? Jonathan McHu

[bug] Setting org-id-link-to-org-use-id to t creates IDs properties when tangling

2021-07-10 Thread Rodrigo Morales
* The issue When setting org-id-link-to-org-use-id to t, an :ID: property is created for each headline that contain at least one code block that is tangled. * Reproducing this issue 1. Start emacs -Q 2. Open a "*.org" file at a location where you have write permissions (this is because, appare