From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: control tangling from section header Date: Sun, 22 Feb 2015 09:36:21 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPXdz-0004aI-Cp for emacs-orgmode@gnu.org; Sun, 22 Feb 2015 09:36:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPXdw-0001KO-5g for emacs-orgmode@gnu.org; Sun, 22 Feb 2015 09:36:27 -0500 Received: from mail-qa0-x236.google.com ([2607:f8b0:400d:c00::236]:33816) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPXdw-0001JB-0d for emacs-orgmode@gnu.org; Sun, 22 Feb 2015 09:36:24 -0500 Received: by mail-qa0-f54.google.com with SMTP id x12so18912400qac.13 for ; Sun, 22 Feb 2015 06:36:23 -0800 (PST) Received: from gorgonzola ([71.58.77.153]) by mx.google.com with ESMTPSA id q5sm8080619qai.47.2015.02.22.06.36.22 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Feb 2015 06:36:22 -0800 (PST) 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: Org-mode 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? It would make it much easier to disable/enable sections, and see what sections are enabled/disabled, if the tangling state were more clearly visible like tags are. -k.