Open max6166 opened 11 months ago
Haha, yes, that's an obvious bug in hindsight. I guess I've never used level 1 headings that way before. I don't know how soon I'll get to fixing this, but thanks for reporting.
I should probably also abbreviate the filename when writing to the property.
I get an error when I run
org-now-refile-to-previous-location
on a level 1 header. Level 2 and upward work correctly.Steps to recreate below.
Create org-file and add a level 1 header:
Run
org-now-refile-to-now
on the level 1 header. The org-now buffer is updated to:Run
org-now-refile-to-previous-location
on the same header in the org-now buffer. The following error occurs:org-find-olp: Heading not found on level 1: Test 1
It also adds an :ID to the entry as follows:
Below is the output when
debug-on-error
is enabled: