From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maurizio Vitale Subject: [babel] "tangle" results of source blocks? Date: Sun, 07 Nov 2010 09:58:48 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=46434 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PF7aG-0007sF-9y for emacs-orgmode@gnu.org; Sun, 07 Nov 2010 10:55:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PF7aF-0007NZ-1N for emacs-orgmode@gnu.org; Sun, 07 Nov 2010 10:55:08 -0500 Received: from lo.gmane.org ([80.91.229.12]:54044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PF7aE-0007NO-Rh for emacs-orgmode@gnu.org; Sun, 07 Nov 2010 10:55:06 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PF7aC-0005RJ-Tj for emacs-orgmode@gnu.org; Sun, 07 Nov 2010 16:55:04 +0100 Received: from pool-72-95-249-172.pitbpa.east.verizon.net ([72.95.249.172]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 07 Nov 2010 16:55:04 +0100 Received: from mav by pool-72-95-249-172.pitbpa.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 07 Nov 2010 16:55:04 +0100 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: emacs-orgmode@gnu.org Hi, I have procmail rules defined in a org table which is then used as an argument for an elisp block which produces procmailrc results. Something like: #+tblname: mailing-lists | to | emacs-users | emacs-users | #+TBLFM: #+srcname: procmail-rules(mailing-lists=mailing-lists) #+begin_src emacs-lisp :exports results :results output :tangle no ... elisp code that evaluates to procmail rules #+end_src #+results: procmail-rules :tangle /tmp/YYY :0: * ^TO_emacs-users@XXX.com $MAILDIR/emacs-users/ I'd like to tangle the result section, not the code block. Is that possible? Thanks, Maurizio