From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: restarting an org-babel session? Date: Thu, 19 Mar 2015 13:31:35 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYeIK-0008OW-U8 for emacs-orgmode@gnu.org; Thu, 19 Mar 2015 13:31:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYeIF-0001kY-W7 for emacs-orgmode@gnu.org; Thu, 19 Mar 2015 13:31:44 -0400 Received: from mail-qg0-x230.google.com ([2607:f8b0:400d:c04::230]:33016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYeIF-0001kR-RH for emacs-orgmode@gnu.org; Thu, 19 Mar 2015 13:31:39 -0400 Received: by qgfa8 with SMTP id a8so71565001qgf.0 for ; Thu, 19 Mar 2015 10:31:39 -0700 (PDT) In-reply-to: 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: John Kitchin Cc: Org Mode On 2015-03-19 at 10:26, John Kitchin wrote: > Is it possible to restart an org-babel session from the current point? > What I mean is if you have a largish org-file with many session blocks, > and you want to go the end and continue it, you need to run each session > block before the end to recreate the "session". I am surprised there is no easy way to have an Org file run every code block in order either on command or on export. It seems like this would be a key component of reproducible research and literate documents. Maybe there is a way, but it isn't mentioned in the "Evaluating code blocks" section of the manual. -k.