emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-export-blocks-preprocess: Marker does not point anywhere


From: Matthew Landis
Subject: Re: [O] org-export-blocks-preprocess: Marker does not point anywhere
Date: Thu, 01 Mar 2012 08:31:30 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

On 3/1/2012 12:47 AM, Nick Dokos wrote:
Matthew Landis<address@hidden>  wrote:

Hello orgmode fans,

Another issue with org and R giving me headaches tonight.

In the example below, using the :session header argument seems to cause 
problems with export to html.  On export, the *R* buffer is
opened up, but no file is created.  in the *Messages* buffer, I see

org-export-blocks-preprocess: Marker does not point anywhere

however, if I try to export again, with the *R* buffer already open,
then things work fine.  This is an OK work around I guess, but I
thought someone ought to know about it.

Session info:
Windows 7, 64 bit.
Emacs version: GNU Emacs 23.4.1 (i386-mingw-nt6.1.7601) of 2012-02-04
on MARVIN
Org mode version 7.8.03
ESS version 5.14
R version 2.14.1
Example now included! (Thanks Nick, for pointing that out...)

#+begin_src R :session :exports code :results silent

  x <- runif(n = 100, min = 0, max = 20)
  y <- 4*x^2 + 0.3*x + 3 + rnorm(100, sd = 200)

#+end_src





reply via email to

[Prev in Thread] Current Thread [Next in Thread]