Re: org-goto and org-store-link/org-id-get-create

2021-05-01 Thread Bastien
Bastien writes: > Applied in maint with commit 0a8079b4d, thanks a lot! Er, sorry, I should have explained why I applied it to maint too, on top of applying it to master three days ago: first of all, this is a bugfix, and I also want to take the opportunity of releasing Org 9.4.6 so that more pe

Re: org-goto and org-store-link/org-id-get-create

2021-05-01 Thread Bastien
Applied in maint with commit 0a8079b4d, thanks a lot! Ihor Radchenko writes: > Bastien writes: > >> Can you provide a patch for this? > > Sure. Attached. -- Bastien

Re: org-goto and org-store-link/org-id-get-create

2021-04-28 Thread Bastien
Hi Ihor, applied in master as commit 232d9a060, thanks a lot! -- Bastien

Re: org-goto and org-store-link/org-id-get-create

2021-04-28 Thread Ihor Radchenko
Bastien writes: > Can you provide a patch for this? Sure. Attached. >From d914acea52d251e2099681ac9541e4cb42e0953f Mon Sep 17 00:00:00 2001 Message-Id: From: Ihor Radchenko Date: Wed, 28 Apr 2021 22:51:53 +0800 Subject: [PATCH] Bypass read-only state in org-entry-put * lisp/org.el (org-entr

Re: org-goto and org-store-link/org-id-get-create

2021-04-27 Thread Bastien
Hi Ihor, Ihor Radchenko writes: > A fix to this particular issue could be using org-no-read-only in > org-entry-put. Though more functions may suffer from similar issues in > read-only org buffers. Can you provide a patch for this?

Re: org-goto and org-store-link/org-id-get-create

2021-01-31 Thread Peter Klenner
>A fix to this particular issue could be using org-no-read-only in >org-entry-put. Though more functions may suffer from similar issues in >read-only org buffers. Brilliant! Wrapping org-entry-put into org-no-read-only fixes the issue for me.

Re: org-goto and org-store-link/org-id-get-create

2021-01-30 Thread Ihor Radchenko
Peter Klenner writes: > Calling either org-store-link or org-id-get-create in an indirect > org-goto buffer results in an empty ID-property drawer with (setq > org-id-link-to-org-use-id t). Confirmed. This is because org-goto buffer is in read-only state, which is ignored when inserting empty p

org-goto and org-store-link/org-id-get-create

2021-01-30 Thread Peter Klenner
Calling either org-store-link or org-id-get-create in an indirect org-goto buffer results in an empty ID-property drawer with (setq org-id-link-to-org-use-id t). There is a recent thread about "Indirect buffers, ~org-store-link~, and ~org-insert-link~" (https://orgmode.org/list/rhob8q$t26$1...@ci