emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jeremie Juste <jeremiejuste@gmail.com>
To: Ihor Radchenko <yantar92@posteo.net>
Cc: William Denton <wtd@pobox.com>,  emacs-orgmode@gnu.org
Subject: Re: Seeing all the steps when I run an R code block
Date: Sun, 27 Nov 2022 12:38:58 +0100	[thread overview]
Message-ID: <87mt8cy6ct.fsf@gmail.com> (raw)
In-Reply-To: <87bkoxj50h.fsf@localhost> (Ihor Radchenko's message of "Wed, 23 Nov 2022 11:15:42 +0000")

Hello William,

Many thanks for reporting.

>
> I think this specific issue might be solved on Org side.
> We can let-bind `ess-startup-directory' to 'default-directory while
> running R source blocks.
>
> CCing the maintainer.
Ihor, many thanks for the suggestion. However I'm not sure it will work
here. The issue is that sometimes ESS has many ways of doing the same
thing so finding a middle ground is more challenging.

A possible configuration related to the point above for ESS is to do the
following

(setq ess-startup-directory nil)

(describe-variable  'ess-startup-directory)


which regardless of the value in the 'default-directory, will start the
R process in the current project directory

With the configuration above org-mode does not have any issues finding
the current directory. For instance

If I move following file test.org in the directory
/home/djj/Documents/projects/R. And run the code chunk I get.

#+begin_src R
  getwd()
#+end_src

#+RESULTS:
: /home/djj/Documents/projects/R


Moving it to /tmp/test/, I get
#+begin_src R
  getwd()
#+end_src

#+RESULTS:
: /tmp/test


Note also that you can force the R process to start in a particular
directory with the dir parameter.

#+begin_src R :dir ~/
  getwd()
#+end_src

#+RESULTS:
: /home/djj


Now on the org-mode side. This is becomes tricky because I don't know
what users expects. For now this issue is delegated to the ESS configuration.
Is the present state a satisfactory one? Please voice out your opinion.

Hope this help, 
Jeremie


  reply	other threads:[~2022-11-27 11:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-14  3:20 Seeing all the steps when I run an R code block William Denton
2022-11-15  2:07 ` Ihor Radchenko
2022-11-22 20:58   ` William Denton
2022-11-23 11:15     ` Ihor Radchenko
2022-11-27 11:38       ` Jeremie Juste [this message]
2022-11-27 11:52         ` Ihor Radchenko
2022-11-27 16:02           ` Jeremie Juste
2024-04-09 13:03 ` Ihor Radchenko
2024-04-09 23:49   ` William Denton
2024-04-10 12:48     ` 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=87mt8cy6ct.fsf@gmail.com \
    --to=jeremiejuste@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=wtd@pobox.com \
    --cc=yantar92@posteo.net \
    /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).