* Babel Tangling Only Blocks Under One Heading in a File with Multiple Blocks.
@ 2011-11-22 13:36 Ian Barton
2011-11-22 13:46 ` Rainer M Krug
0 siblings, 1 reply; 3+ messages in thread
From: Ian Barton @ 2011-11-22 13:36 UTC (permalink / raw)
To: Org-mode
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Babel Tangling Only Blocks Under One Heading in a File with Multiple Blocks.
2011-11-22 13:36 Babel Tangling Only Blocks Under One Heading in a File with Multiple Blocks Ian Barton
@ 2011-11-22 13:46 ` Rainer M Krug
2011-11-22 14:02 ` Ian Barton
0 siblings, 1 reply; 3+ messages in thread
From: Rainer M Krug @ 2011-11-22 13:46 UTC (permalink / raw)
To: ian; +Cc: Org-mode
[-- Attachment #1: Type: text/plain, Size: 1167 bytes --]
On Tue, Nov 22, 2011 at 2:36 PM, Ian Barton <lists@wilkesley.net> wrote:
> 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 <http://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.
>
Check org-narrow-to-subtree - you can narrow to subtree and then tangle.
Cheers,
Rainer
>
> Ian.
>
>
--
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
UCT), Dipl. Phys. (Germany)
Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa
Tel : +33 - (0)9 53 10 27 44
Cell: +33 - (0)6 85 62 59 98
Fax (F): +33 - (0)9 58 10 27 44
Fax (D): +49 - (0)3 21 21 25 22 44
email: Rainer@krugs.de
Skype: RMkrug
[-- Attachment #2: Type: text/html, Size: 1990 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Babel Tangling Only Blocks Under One Heading in a File with Multiple Blocks.
2011-11-22 13:46 ` Rainer M Krug
@ 2011-11-22 14:02 ` Ian Barton
0 siblings, 0 replies; 3+ messages in thread
From: Ian Barton @ 2011-11-22 14:02 UTC (permalink / raw)
To: emacs-orgmode
On 22/11/11 13:46, Rainer M Krug wrote:
>
>
> On Tue, Nov 22, 2011 at 2:36 PM, Ian Barton <lists@wilkesley.net
> <mailto:lists@wilkesley.net>> wrote:
>
> I am using org to keep configuration files for my various servers. A
> typical file might look like:
>
> * Postfix
> ** main.cf <http://main.cf>
> #+BEGIN_SRC sh :tangle
> ~/dropbox/configuration_files/__wilkesley.org/postfix/main.cf
> <http://wilkesley.org/postfix/main.cf> :exports none :noweb yes
>
> #+END_SRC
> ** master.cf <http://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.
>
>
> Check org-narrow-to-subtree - you can narrow to subtree and then tangle.
>
> Cheers,
>
Thanks, that does the job nicely.
Ian.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-11-22 14:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-22 13:36 Babel Tangling Only Blocks Under One Heading in a File with Multiple Blocks Ian Barton
2011-11-22 13:46 ` Rainer M Krug
2011-11-22 14:02 ` Ian Barton
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).