From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neeum Zawan Subject: Literate Programming - Continue a Source Block? Date: Tue, 07 Jun 2011 22:47:54 -0700 Message-ID: <87pqmokh6d.fsf@fester.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUBea-0007DE-OU for emacs-orgmode@gnu.org; Wed, 08 Jun 2011 01:50:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUBeZ-000522-Lm for emacs-orgmode@gnu.org; Wed, 08 Jun 2011 01:50:08 -0400 Received: from lo.gmane.org ([80.91.229.12]:57958) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUBeZ-00051y-Ex for emacs-orgmode@gnu.org; Wed, 08 Jun 2011 01:50:07 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QUBeX-0000at-El for emacs-orgmode@gnu.org; Wed, 08 Jun 2011 07:50:05 +0200 Received: from c-71-237-233-41.hsd1.or.comcast.net ([71.237.233.41]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Jun 2011 07:50:05 +0200 Received: from mailinglists by c-71-237-233-41.hsd1.or.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Jun 2011 07:50:05 +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 Hi, With noweb, one can continue a source block that one started earlier. Can this not be done with Babel? If not, I'm struggling a little with how to do LP using Babel... Thanks.