all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: Matthew Landis <landis@isciences.com>
Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org
Subject: Re: org-export-blocks-preprocess: Marker does not point anywhere
Date: Thu, 01 Mar 2012 10:38:19 -0500	[thread overview]
Message-ID: <28532.1330616299@alphaville> (raw)
In-Reply-To: Message from Matthew Landis <landis@isciences.com> of "Thu, 01 Mar 2012 08:31:30 EST." <4F4F7A32.4050004@isciences.com>

Matthew Landis <landis@isciences.com> wrote:

> On 3/1/2012 12:47 AM, Nick Dokos wrote:
> > Matthew Landis<landis@isciences.com>  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

I can't reproduce it either with latest (more or less) or with 7.8.03.
The html export succeeds and the code is exported, pdf export (with
minted) succeeds except that the code block is not processed, because
there is no minted lexer for R (at least in my setup). But I get no
error.

Nick

  reply	other threads:[~2012-03-01 15:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-01  2:58 org-export-blocks-preprocess: Marker does not point anywhere Matthew Landis
2012-03-01  5:47 ` Nick Dokos
2012-03-01 13:31   ` Matthew Landis
2012-03-01 15:38     ` Nick Dokos [this message]
2012-03-02 17:29       ` Matthew Landis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=28532.1330616299@alphaville \
    --to=nicholas.dokos@hp.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=landis@isciences.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.