emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Adam Sneller <adam@earth2adam.com>
To: emacs-orgmode@gnu.org
Subject: Persisting the current working directory in an org-babel session
Date: Sun, 1 Jan 2023 12:34:17 +0000	[thread overview]
Message-ID: <78104F7C-B96D-4B8C-A83F-37D38B0BA9CF@earth2adam.com> (raw)

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"
	:END:

	#+BEGIN_SRC emacs-lisp :session *elisp*
	(cd DIR)
	#+END_SRC

	#+RESULTS:
	: /Users/adam/Desktop/test/


	#+BEGIN_SRC emacs-lisp :session *elisp*
	(cd ".")
	#+END_SRC

	#+RESULTS:
	: /Users/adam/org/

The :header-args: define a starting directory (DIR="/Users/adam/Desktop/test"). The first block establishes the *elisp* session and navigates into DIR, using (cd DIR). Confirmation is then seen in the #+RESULTS. 

A second block is then created in the same *elisp* session. This simply echos the current working directory with (cd "."). BUT... the #+RESULTS show that the working directory has not persisted from our first block and has instead, defaulted to the default org-mode directory.

Now, I realise that I could have used :dir in my initial :header-args: to set the same working directory for all blocks. But what I am interested in is why my changes are not persisting, when (if I am not mistaken) this is the entire point of establishing a session?

Thanks!

Adam Sneller

             reply	other threads:[~2023-01-01 12:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-01 12:34 Adam Sneller [this message]
2023-01-01 13:19 ` Persisting the current working directory in an org-babel session Ihor Radchenko
2024-04-09 13:23   ` Ihor Radchenko

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=78104F7C-B96D-4B8C-A83F-37D38B0BA9CF@earth2adam.com \
    --to=adam@earth2adam.com \
    --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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).