From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: control tangling from section header Date: Mon, 23 Feb 2015 09:47:40 -0500 Message-ID: References: <8661auhuh6.fsf@me.localhost.invalid> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPuIU-0007h4-Om for emacs-orgmode@gnu.org; Mon, 23 Feb 2015 09:47:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPuIQ-00024Q-MH for emacs-orgmode@gnu.org; Mon, 23 Feb 2015 09:47:46 -0500 Received: from mail-qa0-x22e.google.com ([2607:f8b0:400d:c00::22e]:45841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPuIQ-00024K-IW for emacs-orgmode@gnu.org; Mon, 23 Feb 2015 09:47:42 -0500 Received: by mail-qa0-f46.google.com with SMTP id n4so22417498qaq.5 for ; Mon, 23 Feb 2015 06:47:41 -0800 (PST) In-reply-to: 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: Rainer M Krug Cc: Daniele Pizzolli , Org-mode On 2015-02-23 at 09:39, Rainer M Krug wrote: >>> I'm working with my literate init file (emacs.org), and would >>> like to have certain sections not tangle. I currently do this >>> with ":tangle no" at the SRC block level. Is it possible to >>> control tangling with tags at the header level? > > If I am not mistaken, you can mark the header as COMMENT and no > code blocks under this header are tangled. > That would be a great solution, but it does not work on my system (8.2.10) -k.