Skip to content

org-babel-hy-evaluate-external-process fix command quoting#9

Open
tgbugs wants to merge 1 commit into
brantou:masterfrom
tgbugs:master
Open

org-babel-hy-evaluate-external-process fix command quoting#9
tgbugs wants to merge 1 commit into
brantou:masterfrom
tgbugs:master

Conversation

@tgbugs
Copy link
Copy Markdown

@tgbugs tgbugs commented Jul 10, 2020

Replace single quotes with combine-and-quote-strings when passing
source code to org-babel-eval.

hy source blocks were passed to orb-babel-eval using a pair of single
quotes, which meant that if a quote was used in a source block it
would end the string and the rest of the source block would be fed
directly to the shell used by org-babel-eval.

Replace single quotes with combine-and-quote-strings when passing
source code to org-babel-eval.

hy source blocks were passed to orb-babel-eval using a pair of single
quotes, which meant that if a quote was used in a source block it
would end the string and the rest of the source block would be fed
directly to the shell used by org-babel-eval.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant