localauthor / org-side-tree

Navigate Org-mode outlines in Emacs via side window
GNU General Public License v3.0
42 stars 4 forks source link

I hit return on a heading and get an error #3

Closed summeremacs closed 1 year ago

summeremacs commented 1 year ago

Hi! I love the idea of this but I can't jump to a heading. When I hit return on a heading in org-side-tree, I get the following error in Messages and it doesn't do anything:

push-button: Wrong type argument: listp, return

I'm using Emacs 30 from d12frosted on a Mac with the latest Sonoma. Please let me know if you want me to test/try something to help. Thanks!

Edit: I forgot to add that when I click on a heading with the mouse, it will jump to the heading in the document np. But I don't use the mouse with Emacs most of the time. 🙃

summeremacs commented 1 year ago

I turned on toggling debug on error and I got the following from hitting return:

  car(return)
  push-button(return)
  funcall-interactively(push-button return)
  call-interactively(push-button nil nil)
  command-execute(push-button)

I hope this helps?

localauthor commented 1 year ago

Thanks for the report! This is caused by a bug (Bug#65539) in your build of Emacs. It was fixed in this commit on Aug 31. So updating to a more recent build will fix it.

summeremacs commented 1 year ago

Thank you! That did it. Updated by reinstalling (I can't figure out how else to do it but reinstall is pretty easy and takes 2 minutes on my machine). Now it works great. tysm again. 🙃 Loving it!