mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-20 19:24:20 +00:00
babel: Ensure that inline code blocks produce string output on export
This commit is contained in:
parent
62eba82646
commit
abf0a50d1b
@ -175,7 +175,7 @@ options are taken from `org-babel-default-header-args'."
|
||||
((member "file" result-params)
|
||||
(org-babel-result-to-file raw))
|
||||
((or (member "raw" result-params) (member "org" result-params))
|
||||
raw)
|
||||
(format "%s" raw))
|
||||
((member "code" result-params)
|
||||
(format "src_%s{%s}" lang raw))
|
||||
(t
|
||||
|
Loading…
Reference in New Issue
Block a user