-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refile fails within org-rifle #45
Comments
Hi, Thanks for reporting. I don't use this feature often, so I'm not as likely to notice if something breaks. It's possible that a change in Helm or in Org has caused this. I would be glad if you could help debug it! Here's what I'd suggest:
Together, that will probably be enough to locate the problem. If not, you can try using Edebug. Edebug is powerful but complicated. It's thoroughly described in the manual, but the simplest way to use it is:
However, note that debugging within Helm sessions can be tricky because of changing buffers, windows, etc. Sometimes it's necessary to BTW, I'd recommend doing the debugging first in a clean config. You can easily use https://github.com/alphapapa/makem.sh to set one up (I haven't added that script to this package yet). For example:
That will install the latest version of all dependencies (except Org, which you will need to update manually if you want a newer version) into a new, permanent sandbox directory and launch an interactive Emacs session with |
Hi there, This is still an issue. I'll help debug if I find time -- my error is:
|
I use helm-rifle to search and then mark heading then press "C-c C-w" to refile then I get this error message:
I am running spacemacs develop. I also tested this on my coworkers emacs (also running spacemacs but with different config) with the same result.
This also happens if I mark one, mark several, mark none but have the cursor over one entry, all resulting in the same error message.
I would love to debug this myself, but I am not well versed in elisp debugging (or coding) - I have programmed lots of Java. python etc.. How do i set the debugger so that I can see what fails?
The text was updated successfully, but these errors were encountered: