Open technician77 opened 5 months ago
Thank you for the detailed report, @technician77!
This is going to take some time to resolve as there were substantial changes in org-element
between versions. In the meantime, org-9.7-fixes has emphasis toggling working (other elements may or may not work).
Another issue with 9.7. Links are not expanding.
Error running timer ‘org-appear--show-with-lock’: (error "org-link is not a valid folding spec")
Error in post-command-hook (org-appear--post-cmd): (error "org-link is not a valid folding spec")
Thanks, @agzam. Should be fixed in 21fbfdd6f0b440136c03243a976d9cfa049bed9b.
This fixed it for me, thanks. :tada:
I am a little bit confused, because when I first upgraded to Org 9.7 I got the same error:
Error in post-command-hook (org-appear--post-cmd): (wrong-type-argument number-or-marker-p nil)
However, it seemed to me that the error was caused by incorrect byte compilation, maybe due to package.el using an old Org version during compilation of org-appear. Reinstalling org-appear and trough trial-and-error ensuring correct byte-compilation made the error go away. In particular toggling emphasis markers and sub- and superscripts has been working fine for me since 9.7 was released, and without https://github.com/awth13/org-appear/tree/org-9.7-fixes.
I have org-version 9.7.11 and org-appear doesn't work at all. Nothing is hidden. Could this be another 9.7 issue?
+1
It seem the just released org-mode 9.7 breaks the org-appear package. I get the error below. The built-in org-mode 9.6 works flawlessly with org-appear. Can you confirm?
Error
Error in post-command-hook (org-appear--post-cmd): (wrong-type-argument number-or-marker-p nil)
Versions
GNU Emacs 29.3 (build 2, x86_64-w64-mingw32) of 2024-03-24
Org mode version 9.7.2 (release_N/A-N/A-88dd2c @ c:/home/XXXXX/.emacs.d/elpa/org-9.7.2/)
Config
Kind regards tech77