소스 검색

Use lob call name when exporting.

* lisp/ob-exp.el (org-babel-exp-non-block-elements): Use lob call name
  when exporting.
Eric Schulte 12 년 전
부모
커밋
ef8039f189
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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