org-ehtml icon indicating copy to clipboard operation
org-ehtml copied to clipboard

files with org babel source code blocks not served

Open vikasrawal opened this issue 3 years ago • 0 comments

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

vikasrawal avatar Feb 08 '23 05:02 vikasrawal