From: Joost Kremers <joostkremers@fastmail.fm>
To: "Berry, Charles" <ccberry@health.ucsd.edu>
Cc: emacs-orgmode@gnu.org
Subject: Re: :tangle header argument not picked up in #+PROPERTY line or :PROPERTIES: block
Date: Mon, 30 Mar 2020 00:41:47 +0200 [thread overview]
Message-ID: <87lfnizsus.fsf@fastmail.fm> (raw)
In-Reply-To: <877dz2et7r.fsf@fastmail.fm>
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
next prev parent reply other threads:[~2020-03-29 22:41 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-28 22:00 :tangle header argument not picked up in #+PROPERTY line or :PROPERTIES: block Joost Kremers
2020-03-29 17:45 ` Berry, Charles via General discussions about Org-mode.
2020-03-29 20:13 ` Joost Kremers
2020-03-29 20:41 ` Berry, Charles via General discussions about Org-mode.
2020-03-29 22:07 ` Joost Kremers
2020-03-29 22:41 ` Joost Kremers [this message]
2020-03-29 23:44 ` Ken Mankoff
2020-03-30 22:23 ` Joost Kremers
2020-03-31 1:08 ` Berry, Charles via General discussions about Org-mode.
2020-03-31 20:04 ` Joost Kremers
2020-03-31 15:14 ` Ken Mankoff
2020-03-31 19:54 ` Joost Kremers
-- strict thread matches above, loose matches on Subject: below --
2020-03-31 1:01 Thomas S. Dye
2020-04-01 19:07 ` Joost Kremers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87lfnizsus.fsf@fastmail.fm \
--to=joostkremers@fastmail.fm \
--cc=ccberry@health.ucsd.edu \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.