Browse Source

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.
Eric Schulte 15 years ago
parent
commit
7361f79d4c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      contrib/babel/lisp/org-babel-exp.el

+ 2 - 2
contrib/babel/lisp/org-babel-exp.el

@@ -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