emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nondeterministic org-test-with-temp-text?


From: Kevin Liu
Subject: Re: nondeterministic org-test-with-temp-text?
Date: Wed, 03 Jun 2020 09:27:49 -0700
User-agent: mu4e 1.5.1; emacs 27.0.91

On 31 May 2020 04:09, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:

> I just fixed it, IIUC. Thank you.

It works indeed.  However, I believe I have found another bug :)
Try these commands with the following org file; it appears to fail to land on a 
heading:

(org-id-goto "105dfe8b-8507-400c-862f-a25882448051")
(org-id-goto "4a3206fc-b2f1-47d6-9876-ea30c24ecbeb")
(org-cycle)
(org-next-visible-heading)
(org-next-previous-heading)

* A
** A1
:PROPERTIES:
:ID:       4a3206fc-b2f1-47d6-9876-ea30c24ecbeb
:END:
blah
** A2
:PROPERTIES:
:ID:       60dbdfd7-04a6-4ef0-86ce-a267c16fb1e9
:END:
blah
** A3
:PROPERTIES:
:ID:       105dfe8b-8507-400c-862f-a25882448051
:END:
   blah
* B



reply via email to

[Prev in Thread] Current Thread [Next in Thread]