emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Babel Tangling Only Blocks Under One Heading in a File with Multiple


From: Ian Barton
Subject: [O] Babel Tangling Only Blocks Under One Heading in a File with Multiple Blocks.
Date: Tue, 22 Nov 2011 13:36:04 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111108 Thunderbird/8.0

I am using org to keep configuration files for my various servers. A typical file might look like:

* Postfix
** main.cf
#+BEGIN_SRC sh :tangle ~/dropbox/configuration_files/wilkesley.org/postfix/main.cf :exports none :noweb yes

#+END_SRC
** master.cf

* Dovecot
** dovecot.conf

Mostly I only change one configuration file and don't need to tangle every block in my org file. Is there any method to only tangle files under a particular heading? Thus I could regenerate just my Postfix config files and not my Dovecot ones.

Ian.



reply via email to

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