From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [babel] "Marker does not point anywhere" error? Date: Fri, 25 Mar 2011 18:20:00 +0530 Message-ID: <817hbn1i13.fsf@gmail.com> References: <4D8C8E1D.4060208@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=46329 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q36UA-0002GA-Nr for emacs-orgmode@gnu.org; Fri, 25 Mar 2011 08:51:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q36U9-00018S-G0 for emacs-orgmode@gnu.org; Fri, 25 Mar 2011 08:51:26 -0400 Received: from mail-iy0-f169.google.com ([209.85.210.169]:43903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q36U9-000188-D5 for emacs-orgmode@gnu.org; Fri, 25 Mar 2011 08:51:25 -0400 Received: by iyf13 with SMTP id 13so1352179iyf.0 for ; Fri, 25 Mar 2011 05:51:24 -0700 (PDT) In-Reply-To: <4D8C8E1D.4060208@gmail.com> (Rainer M. Krug's message of "Fri, 25 Mar 2011 13:44:13 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer M Krug Cc: emacs-orgmode Can you do M-x toggle-debug-on-error and copy/paste what comes up in the backtrace buffer? Rainer M Krug 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 --