From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [org-babel] Does org-babel needs some simplification? Date: Tue, 29 Jun 2010 06:36:17 +0200 Message-ID: <06DAB019-30EB-474A-8C07-E413D1050BC8@gmail.com> References: <4C296DDA.1080109@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=49487 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTSYZ-0003Xd-2r for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 00:36:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTSYX-0002k6-UT for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 00:36:22 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:52670) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTSYX-0002jz-Ni for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 00:36:21 -0400 Received: by wwf26 with SMTP id 26so3611503wwf.0 for ; Mon, 28 Jun 2010 21:36:21 -0700 (PDT) In-Reply-To: <4C296DDA.1080109@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Torsten Wagner Cc: Org Mode List On Jun 29, 2010, at 5:51 AM, Torsten Wagner wrote: > Dear All, > > as a (quite, but happy) org-bable user of the first hour I followed up > the development process actively. > Nevertheless, some weeks or months pass where I had no need for > org-babel (yes, really strange I know). > > Whenever I come back to org-babel, it takes me a huge amount of time > to > find myself back again in the syntax. Often I spend a day or two > heavily > reading the website and manual again to figure out how to make it > working. > > There are so many options. tangle files, results, scripting mode, > sessions, noweb, lot, etc. > > Just yesterday, I fighted again to make a simple python script running > as desired to generate an automatic report. I did this dozen of times > and even by using some old report as template I still struggle with > it. > Comparing old reports I noticed that I did it in many different ways. > Tangeling all snipplets, using noweb syntax, with and without session > support, etc. This is, I think, the problem. There are several ways to do things, and the documentation maybe does not give a good guide yet which method to use. Maybe it need same addition in the beginning intruducing the different ways to work with babel, and some guide lines when which method is useful. Just my 5c. - Carsten