Re: Persisting the current working directory in an org-babel session

2024-04-09 Thread Ihor Radchenko
Ihor Radchenko writes: >> For example, consider the following: >> >> * Literate programming in a single session >> :PROPERTIES: >> :header-args: :var DIR="/Users/adam/Desktop/test" >> :END: >> >> #+BEGIN_SRC emacs-lisp :session *elisp* >> (cd DIR) >> #+END_SRC >

Re: Persisting the current working directory in an org-babel session

2023-01-01 Thread Ihor Radchenko
Adam Sneller writes: > For some reason, I am unable to make changes to my working directory persist, > from one emacs-lisp SRC block to the next. > > For example, consider the following: > > * Literate programming in a single session > :PROPERTIES: > :header-args: :var DIR="/Us

Persisting the current working directory in an org-babel session

2023-01-01 Thread Adam Sneller
For some reason, I am unable to make changes to my working directory persist, from one emacs-lisp SRC block to the next. For example, consider the following: * Literate programming in a single session :PROPERTIES: :header-args: :var DIR="/Users/adam/Desktop/test"