From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff <mankoff@gmail.com> Subject: Re: control tangling from section header Date: Mon, 23 Feb 2015 09:47:40 -0500 Message-ID: <m2lhjovg4z.fsf@gmail.com> References: <m2fv9ynhcq.fsf@gmail.com> <8661auhuh6.fsf@me.localhost.invalid> <m2sidwhetq.fsf@krugs.de> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([2001:4830:134:3::10]:34649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <mankoff@gmail.com>) 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 <mankoff@gmail.com>) 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 <mankoff@gmail.com>) 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 <emacs-orgmode@gnu.org>; Mon, 23 Feb 2015 06:47:41 -0800 (PST) In-reply-to: <m2sidwhetq.fsf@krugs.de> List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode> List-Post: <mailto:emacs-orgmode@gnu.org> List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=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 <Rainer@krugs.de> Cc: Daniele Pizzolli <dan@toel.it>, Org-mode <emacs-orgmode@gnu.org> On 2015-02-23 at 09:39, Rainer M Krug <Rainer@krugs.de> 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.