Browse Source

ob-ref: Fix reference expansion

* lisp/ob-ref.el (org-babel-ref-resolve): Properly expand a reference to
  a Babel call.
Nicolas Goaziou 8 năm trước cách đây
mục cha
commit
db671e1449
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/ob-ref.el

+ 1 - 1
lisp/ob-ref.el

@@ -173,7 +173,7 @@ the variable."
 			       (`babel-call
 				(throw :found
 				       (org-babel-execute-src-block
-					nil (org-babel-lob-get-info e))))
+					nil (org-babel-lob-get-info e) params)))
 			       (`src-block
 				(throw :found
 				       (org-babel-execute-src-block