|
From: | Max Nikulin |
Subject: | Re: org-babel-execute-src-block filters characters from :session *shell* output |
Date: | Sat, 6 Jul 2024 18:39:48 +0700 |
User-agent: | Mozilla Thunderbird |
On 01/07/2024 02:08, Ihor Radchenko wrote:
+++ b/lisp/ob-shell.el @@ -273,7 +273,7 @@ (defvar org-babel-sh-eoe-indicator "echo 'org_babel_sh_eoe'" "String to indicate that evaluation has completed.") (defvar org-babel-sh-eoe-output "org_babel_sh_eoe" "String to indicate that evaluation has completed.") -(defvar org-babel-sh-prompt "org_babel_sh_prompt> " +(defvar org-babel-sh-prompt "𒆸 " "String to set prompt in session shell.")
I would use a longer prompt to reduce a chance that these pair of characters appear in output of some program.
[Prev in Thread] | Current Thread | [Next in Thread] |