[O] [PATCH] Fix behaviour of ":dir" when ":mkdirp" is not defined

2019-04-28 Thread Joaquín Aguirrezabalaga
f the expected "/tmp/some-test-dir" returned value, I get my current directory. Only add ":mkdirp t": #+begin_src elisp :dir /tmp/some-test-dir :mkdirp t default-directory #+end_src do I get the expected result. Please find attached my proposal for fixing the issue.

[O] [PATCH] Fix behaviour of ":dir" when ":mkdirp" is not defined

2019-04-24 Thread Joaquín Aguirrezabalaga
f the expected "/tmp/some-test-dir" returned value, I get my current directory. Only add ":mkdirp t": #+begin_src elisp :dir /tmp/some-test-dir :mkdirp t default-directory #+end_src do I get the expected result. Please find attached my proposal for fixing the issue.