-
-
Notifications
You must be signed in to change notification settings - Fork 390
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
Error with PROMPT in org-capture-templates #1494
Comments
N. Raghavendra notifications@github.com writes:
I am not sure this have something to do with helm, this looks more a org If you want a more helpful backtrace try to load manually the Thanks. Thierry |
I don't know if helm is involved in producing the error, but the backtrace does mention helm. In any case, attached is a text file containing the backtrace. Thanks. |
N. Raghavendra notifications@github.com writes:
helm tried to prepare history, found the org history function, but this
When you send a backtrace ensure to load the .el file, here you sent the Thanks.
Thierry |
Thanks for looking into the backtrace. I tried requiring org and org-capture right in the beginning of my init file, and then load helm. The problem persists even then. However since (setcdr (assoc 'org-capture helm-completing-read-handlers-alist) nil) allows org-capture to work as expected, I will leave it as such. |
My org-capture-templates value is
With this when I do M-x org-capture, I get the "Select a capture template" buffer, but when I select 'n', I get the error
If I remove the %^{DESCRIPTION} from the templates, org-capture works fine. Of course, if I disable helm from doing org-capture, with
then also org-capture works as expected.
The text was updated successfully, but these errors were encountered: