Can you do M-x toggle-debug-on-error and copy/paste what comes up in the backtrace buffer?
Rainer M Krug <r.m.k...@gmail.com> writes: > Hi > > I have the following code block: > > #+begin_src sh :session sh > echo > ## Copy scripts > scp SA.sh SA.sub SA.R Analysis_sensitivity.R > generateLatinHypercubeScenarios.R cluster://export/home/rkrug/sim/nsa/SA/ > # scp SA.sub cluster://export/home/rkrug/sim/nsa/SA/ > # scp SA.R cluster://export/home/rkrug/sim/nsa/SA/ > ## Copy data > # scp $ANALYSISDIR/../analysis.db cluster://export/home/rkrug/sim/nsa/SA/ > echo `date` > #+end_src > > When I put my cursor into the block and want to execute it with C-c c I > get usually at the first attempt a "Marker does not point anywhere" > error, and when I, without moving the cursor, do C-c c again, the code > is executed - it is not a serious problem, but a little bit irritating. > > Org-mode version 7.5 (release_7.5.113.g9010a) > GNU Emacs 23.2.1 (i686-pc-linux-gnu, GTK+ Version 2.20.1) > > Cheers, > > Rainer --