From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joost Kremers Subject: Re: :tangle header argument not picked up in #+PROPERTY line or :PROPERTIES: block Date: Mon, 30 Mar 2020 00:41:47 +0200 Message-ID: <87lfnizsus.fsf@fastmail.fm> References: <87imiof8d3.fsf@fastmail.fm> <77D76CC7-D45E-40A4-9D67-97057256B1E5@ucsd.edu> <878sji2a2i.fsf@fastmail.fm> <63056638-1FBC-495A-BAD0-31ACC44EEFBC@health.ucsd.edu> <877dz2et7r.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59450) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIgcr-00026P-UI for emacs-orgmode@gnu.org; Sun, 29 Mar 2020 18:41:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jIgcq-0003Yy-Me for emacs-orgmode@gnu.org; Sun, 29 Mar 2020 18:41:53 -0400 Received: from wout4-smtp.messagingengine.com ([64.147.123.20]:40191) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jIgcq-0003YS-BM for emacs-orgmode@gnu.org; Sun, 29 Mar 2020 18:41:52 -0400 In-reply-to: <877dz2et7r.fsf@fastmail.fm> 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: "Berry, Charles" Cc: emacs-orgmode@gnu.org On Mon, Mar 30 2020, Joost Kremers wrote: > Looks like a bug, right? And while I'm at it, this doesn't work as expected either: ``` #+PROPERTY: header-args :dir /home/joost/tmp/dlpy/ * Header 1 :PROPERTIES: :header-args:python: :tangle out1.py :header-args:python: :session py1 :results function :END: #+begin_src python a=1 b=2 c=a+b return c #+end_src ``` I would expect that the file `out1.py` is created in the directory `/home/joost/tmp/dlpy`, but it's created in the same directory as the Org file. Are my expectations wrong or is this really a bug? -- Joost Kremers Life has its moments