emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] [BABEL] Tangling to a hierarchy of files?


From: Eric Schulte
Subject: Re: [Orgmode] [BABEL] Tangling to a hierarchy of files?
Date: Wed, 19 Jan 2011 20:37:16 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>
> A customization variable would be fantastic.  Could it be done such
> that it could be applied (or not applied, according to taste) to a
> sub-tree of your Org file?  That way you could have it disabled on
> whatever code you might be currently working on so you still see the
> error messages if you mistype.  Then, when you're satisfied with all
> your tangle paths, you could flip the switch on that sub-tree and have
> Org do everything for you.
>

This has now been added as a new :mkdirp code block header argument, so
it can be set on the block, subtree, file, language, or global level
(see http://orgmode.org/manual/Using-header-arguments.html).

#+begin_src language :mkdirp yes :tangle nested/directories/target.ext
  code body
#+end_src

Cheers -- Eric



reply via email to

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