awth13 / org-appear

Toggle visibility of hidden Org mode element parts upon entering and leaving an element
MIT License
364 stars 19 forks source link

Error in post-command-hook (org-appear--post-cmd): (void-variable elem-end) #41

Closed fwt11 closed 2 years ago

fwt11 commented 2 years ago

Maybe this is not the problem of org-appear. After I upgraded my OS from debian 10 to debian 11, org-appear stop working, with this error

Error in post-command-hook (org-appear--post-cmd): (void-variable elem-end) Run emacs with --debug-init gives no more information.

Please help me!

awth13 commented 2 years ago

Hi! Thank you for posting the issue!

Would you mind giving some more information about your setup? In particular, your Emacs and Org version and, if you have any complex Org configuration, the parts of code related to Org from your init.el.

fwt11 commented 2 years ago

I'm sorry, it's not the problem of org-appear. I use the purcell configuration https://github.com/purcell/emacs.d. Org-appear works if I don't use that configuration.