From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Loris Bennett" Subject: Batch processing part of a file Date: Tue, 21 Aug 2012 10:11:36 +0200 Message-ID: <87y5l8aclj.fsf@slate.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37556) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3jZ0-0003VE-P1 for emacs-orgmode@gnu.org; Tue, 21 Aug 2012 04:11:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3jYz-0005Z4-Ko for emacs-orgmode@gnu.org; Tue, 21 Aug 2012 04:11:50 -0400 Received: from plane.gmane.org ([80.91.229.3]:41311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3jYz-0005Z0-Dz for emacs-orgmode@gnu.org; Tue, 21 Aug 2012 04:11:49 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T3jYx-0004BC-Ib for emacs-orgmode@gnu.org; Tue, 21 Aug 2012 10:11:47 +0200 Received: from slate.zedat.fu-berlin.de ([160.45.11.34]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Aug 2012 10:11:47 +0200 Received: from loris.bennett by slate.zedat.fu-berlin.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Aug 2012 10:11:47 +0200 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: emacs-orgmode@gnu.org 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? Thanks Loris