babel: no longer automatically inserting '='s around inline code results

* contrib/babel/lisp/org-babel-exp.el (org-babel-exp-results):
  removing forced verbatim '=' tags from around inline source code
  results, if users want their results displayed in this way they can
  add the '='s easily themselves, but there is no way to remove '='s
  inserted automatically by Org-babel.
This commit is contained in:
Eric Schulte 2010-06-08 16:06:32 -07:00
parent 153f0241da
commit 7361f79d4c
1 changed files with 2 additions and 2 deletions

View File

@ -229,8 +229,8 @@ results into the buffer."
(t
(if (stringp raw)
(if (= 0 (length raw)) "=(no results)="
(format "=%s=" raw))
(format "=%S=" raw)))))))
(format "%s" raw))
(format "%S" raw)))))))
('block
(org-babel-execute-src-block
nil info (org-babel-merge-params