We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get this error when I have an R source code block in my org file:
Caught Error: (user-error "Cannot find original buffer position starting search at position 910")
The source code block I tried was:
#+NAME: temp #+BEGIN_SRC R :results value :exports results :hlines :colnames yes data.frame(v1=c(1:5),v2=c(1:5)) #+end_src
The error vanishes if I change exports to "none".
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get this error when I have an R source code block in my org file:
Caught Error: (user-error "Cannot find original buffer position starting search at position 910")
The source code block I tried was:
#+NAME: temp
#+BEGIN_SRC R :results value :exports results :hlines :colnames yes
data.frame(v1=c(1:5),v2=c(1:5))
#+end_src
The error vanishes if I change exports to "none".
The text was updated successfully, but these errors were encountered: