From mboxrd@z Thu Jan 1 00:00:00 1970 From: skip Subject: babel print Date: Wed, 22 Aug 2012 12:38:07 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4Gl3-0001dp-LQ for emacs-orgmode@gnu.org; Wed, 22 Aug 2012 15:38:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T4Gl2-00067d-MJ for emacs-orgmode@gnu.org; Wed, 22 Aug 2012 15:38:29 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:53235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4Gl2-00067R-HD for emacs-orgmode@gnu.org; Wed, 22 Aug 2012 15:38:28 -0400 Received: by obhx4 with SMTP id x4so2143011obh.0 for ; Wed, 22 Aug 2012 12:38:27 -0700 (PDT) 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 I have an org file with several src blocks and tangle blocks. How can I print the file without executing any of the src or tangle blocks? I want to avoid disabling each block. How can I generate the tangle files only without executing any other src blocks in the file? I want to avoid going to each tangle block and executing.