Re: eval with :dir in included file

2023-07-19 Thread Dominique Dumont
On Friday, 7 July 2023 17:44:10 CEST Ihor Radchenko wrote: > No, currently. > We do something similar in `org-export--update-included-link', but not > for :dir. Thanks for the quick answer. FTR, I'm now using ':eval never-export' [1] to workaround this issue. All the best [1]

Re: eval with :dir in included file

2023-07-07 Thread Ihor Radchenko
Dominique Dumont writes: > Is there a way to tell org-mode to search "stacks/public-ips" directory > starting from the directory of the *included* file ? No, currently. We do something similar in `org-export--update-included-link', but not for :dir. -- Ihor Radchenko // yantar92, Org mode

eval with :dir in included file

2023-07-07 Thread Dominique Dumont
Hi I have a file with this code block: ~~~ file terraform-admin.org ** Retrieve public IPs :PROPERTIES: :CUSTOM_ID: retrieve-public-ips :END: #+begin_src shell :results verbatim :dir "stacks/public-ips" :exports both terragrunt output ips #+end_src ~~~ Exporting this file works fine. I have