Browse Source

Use lob call name when exporting.

* lisp/ob-exp.el (org-babel-exp-non-block-elements): Use lob call name
  when exporting.
Eric Schulte 11 years ago
parent
commit
ef8039f189
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ob-exp.el

+ 1 - 1
lisp/ob-exp.el

@@ -219,7 +219,7 @@ this template."
 					      (mapconcat 'identity
 							 (butlast lob-info 2)
 							 " ")))))))
-				  "" nil (car (last lob-info)))
+				  "" (nth 3 lob-info) (nth 2 lob-info))
 			    'lob))
 			  (rep (org-fill-template
 				org-babel-exp-call-line-template