org-ehtml
org-ehtml copied to clipboard
files with org babel source code blocks not served
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".