From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Maier Subject: Re: [BABEL] Tangling to a hierarchy of files? Date: Thu, 20 Jan 2011 21:11:48 -0500 Message-ID: References: <87tyh5icir.fsf@gmail.com> <4D36B76D.9020502@gmail.com> <87vd1k3i62.fsf@gmail.com> <87bp3c1c0e.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=56073 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pg6Ti-00014J-9w for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 21:11:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pg6Te-0006sD-Tm for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 21:11:54 -0500 Received: from mail-pw0-f41.google.com ([209.85.160.41]:49961) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pg6Te-0006s5-MA for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 21:11:50 -0500 Received: by pwj8 with SMTP id 8so325415pwj.0 for ; Thu, 20 Jan 2011 18:11:49 -0800 (PST) In-Reply-To: <87bp3c1c0e.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: emacs-orgmode@gnu.org, "Charles C. Berry" , Rainer M Krug On Wed, Jan 19, 2011 at 10:37 PM, Eric Schulte wro= te: > > 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 > =A0code body > #+end_src > > Cheers -- Eric > Just got around to incorporating this into my Emacs setup... works like a charm. Thanks for this, Eric! Chris