Skip to content
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

files with org babel source code blocks not served #38

Open
vikasrawal opened this issue Feb 8, 2023 · 0 comments
Open

files with org babel source code blocks not served #38

vikasrawal opened this issue Feb 8, 2023 · 0 comments

Comments

@vikasrawal
Copy link

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant