From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: Discussion request: 15m tangle time, details follow Date: Wed, 18 Jun 2014 20:05:45 -0500 Message-ID: References: <87ppi76irx.fsf@gmail.com> <87wqce0w9n.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxQnT-0007G7-DM for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 21:05:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxQnS-0006zw-Jt for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 21:05:47 -0400 Received: from mail-oa0-x22f.google.com ([2607:f8b0:4003:c02::22f]:64143) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxQnS-0006zq-EX for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 21:05:46 -0400 Received: by mail-oa0-f47.google.com with SMTP id n16so3713088oag.34 for ; Wed, 18 Jun 2014 18:05:45 -0700 (PDT) In-Reply-To: <87wqce0w9n.fsf@gmail.com> 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: Eric Schulte Cc: "emacs-orgmode@gnu.org" I still want to be using org,, so my plan for now then is to write a pre-processing script for before org-babel-tangle is run that: 1. Checks each headline 2. Checks if there is a source block 3. If that source block doesn't have a noweb-ref name, and there is another source block under that headline, then "merge" it with the next source block of the same nature in that heading. That is off the top of my head, and I will try it by hand, first and see if it tangles the same result. Thoughts?