emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] control tangling from section header


From: Daniele Pizzolli
Subject: Re: [O] control tangling from section header
Date: Sun, 22 Feb 2015 15:49:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Hello Ken,

Ken Mankoff writes:

> 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?

Not with tag but with PROPERTIES:

* outline header
  :PROPERTIES:
  :header-args: :tangle no
  :END:

More at
http://orgmode.org/manual/Header-arguments-in-Org-mode-properties.html

> 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.

I do not think that this is currently possible.

Best,
Daniele






reply via email to

[Prev in Thread] Current Thread [Next in Thread]