From: Leo Butler <Leo.Butler@umanitoba.ca>
To: "vitalij@gmx.com" <vitalij@gmx.com>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: [BUG] #+CALL - permission error -bash
Date: Thu, 2 May 2024 17:05:46 +0000 [thread overview]
Message-ID: <87wmocf8k7.fsf@t14.reltub.ca> (raw)
In-Reply-To: <87frv046ok.fsf@gmx.com> (vitalij@gmx.com's message of "Thu, 02 May 2024 14:41:47 -0000")
On Thu, May 02 2024, vitalij@gmx.com wrote:
> in org-babel-sh-evaluate
> file:~/.emacs.d/elpa/org-9.6.28/ob-shell.el::300
>
> this do apply: (process-file "/tmp/babel-NfRG9P/sh-script-jmKNA4"
> "/tmp/babel-NfRG9P/sh-stdin-o3CEm5" #<buffer *temp*> nil nil)
>
> I don't allow executables in /tmp folder!
How about:
(setq org-babel-temporary-directory
(let ((temporary-file-directory "/path/you/prefer"))
(make-temp-file "babel-" t)))
Leo
prev parent reply other threads:[~2024-05-02 17:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-02 14:41 [BUG] #+CALL - permission error -bash vitalij
2024-05-02 14:55 ` Ihor Radchenko
2024-05-03 10:24 ` Max Nikulin
2024-05-02 17:05 ` Leo Butler [this message]
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=87wmocf8k7.fsf@t14.reltub.ca \
--to=leo.butler@umanitoba.ca \
--cc=emacs-orgmode@gnu.org \
--cc=vitalij@gmx.com \
/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).