Closed aykhuss closed 3 months ago
Hello, @aykhuss! Thank you for the detailed information.
Link toggling should work with Org versions 9.7 and above, including the 39272e2 commit, when using the org-9.7-fixes
branch. The error you got is from an org-fold
function that is no longer used in that branch. Are you sure you have loaded the correct version of org-appear
?
I am not familiar with Doom Emacs but the package configuration should be something like
(package! example :recipe
(:host github
:repo "awth13/org-appear"
:branch "org-9.7-fixes"))
After making changes to packages.el
, you need to run doom sync
according to Doom Emacs documentation.
Thank you! After some fiddling with my configuration, ultimately this solved my problem and org-appear is working like a charm!
I recently upgraded to Emacs version 29.4 and, unfortunately, org-appear stopped working properly. Specifically, when I open an org document with a link
[[http://url/][abbrev]]
it is displayed in a folded state but when I move the curser over it, I expect org-appear to unfold the view, which does not happen. Inspecting the*Messages*
I see this error being written out the moment I move the cursor over the linkI tried the latest version on master (0.3.1) as well as the
org-9.7-fixes
branch with the same outcome.Versions
macOS Sonoma 14.5 emacs via homebrew (
emacs-plus
)org mode (
M-x org-version
)Config
Using doom emacs
packages.el
:config.el
: