From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Batch processing part of a file Date: Tue, 21 Aug 2012 08:36:16 -0400 Message-ID: <27806.1345552576@alphaville> References: <87y5l8aclj.fsf@slate.zedat.fu-berlin.de> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3nh3-0004EE-0m for emacs-orgmode@gnu.org; Tue, 21 Aug 2012 08:36:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3ngy-0001xs-JO for emacs-orgmode@gnu.org; Tue, 21 Aug 2012 08:36:24 -0400 Received: from g1t0029.austin.hp.com ([15.216.28.36]:38848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3ngy-0001xj-En for emacs-orgmode@gnu.org; Tue, 21 Aug 2012 08:36:20 -0400 In-Reply-To: Message from "Loris Bennett" of "Tue, 21 Aug 2012 10:11:36 +0200." <87y5l8aclj.fsf@slate.zedat.fu-berlin.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Loris Bennett Cc: emacs-orgmode@gnu.org Loris Bennett wrote: > Dear List, > > I have an orgmode file for collecting data and producing a plot. The > file contains a Perl script which runs on a remote machine and generates > Graphviz input. This is then used to create a PDF file. > > I have had a look at > > http://orgmode.org/manual/Batch-execution.html > > but it is not clear to me how I would navigate to the right part of the > file so that I could then call org-babel-execute-src-block. > > Can anyone help? > Haven't tested it but this should work: make sure that the code block is named and then use org-babel-goto-named-src-block. Nick