You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With point behind /, I get proper completion. Note that nothing has been sourced yet.
But if I uncomment the first form, I get Namespace not found error when I try to complete.
After sourcing, the problem disappears.
It's a bit of a nuisance, since at the point when I need completion,
the code isn't in the valid state. And I'm currently just editing
within org-babel source blocks, so I need to drop out of source block etc.
The text was updated successfully, but these errors were encountered:
I have a buffer with contents:
With point behind
/
, I get proper completion. Note that nothing has been sourced yet.But if I uncomment the first form, I get
Namespace not found
error when I try to complete.After sourcing, the problem disappears.
It's a bit of a nuisance, since at the point when I need completion,
the code isn't in the valid state. And I'm currently just editing
within
org-babel
source blocks, so I need to drop out of source block etc.The text was updated successfully, but these errors were encountered: