From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Fantin Subject: [babel] [bug] mdkdirp property not effective unless in src header Date: Thu, 14 Apr 2011 19:25:20 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAQMo-00072g-3k for emacs-orgmode@gnu.org; Thu, 14 Apr 2011 13:30:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QAQMm-0002Rc-Um for emacs-orgmode@gnu.org; Thu, 14 Apr 2011 13:30:06 -0400 Received: from lo.gmane.org ([80.91.229.12]:33284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAQMm-0002RJ-PN for emacs-orgmode@gnu.org; Thu, 14 Apr 2011 13:30:04 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QAQMl-0007F5-R6 for emacs-orgmode@gnu.org; Thu, 14 Apr 2011 19:30:03 +0200 Received: from 221.108.102-84.rev.gaoland.net ([84.102.108.221]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Apr 2011 19:30:03 +0200 Received: from julienfantin by 221.108.102-84.rev.gaoland.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Apr 2011 19:30:03 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi list, I've been having a hard time with the mkdirp property in babel, until I realized it didn't work unless I set it in a code block header. Instead I was trying to set it like this : * Some headline #+property: mkdirp yes Which does work fine for other properties though. Regards, Julien.