-
Notifications
You must be signed in to change notification settings - Fork 110
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
temp buffer created in wrong mode error #374
Comments
it appears to be happening here:
|
it looks like org-entry-get is passing a nil epom down to org--property-local-values which is choking on it. Maybe if that's passed in as nil it should be set to point? But where? |
putting this patch in makes it work, but it still throws the error:
now the stack trace looks like:
|
Please see #364 (comment). And when reporting a bug please be sure to report the versions of the relevant software. |
when I create this org buffer:
then I run org-ql-view selecting Overview: NEXT tasks I get this error:
debug stacktrace:
The text was updated successfully, but these errors were encountered: