Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
I'm trying to set the shell command for org-babel with this:
(setq org-babel-sh-command "/home/luser/bash-redir-stderr.sh")
, but it doesn't seem to have any effect.
My blocks are named "shell" and not "sh", though.
org-babel-sh-command was removed in Org 8.3, shell-file-name should be used instead.
org-babel-sh-command
shell-file-name
Note that if you set it globally, all inferior shells will use shell-file-name. It might be advisable to set it as a local variable.
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.