1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-23 07:18:53 +00:00

ob-table: simplified to reflect to var resolution

* lisp/ob-table.el (sbe): simplified to reflect to var resolution
This commit is contained in:
Eric Schulte 2010-10-16 13:22:24 -06:00 committed by Dan Davison
parent 8562273b27
commit c60e09eaa4

View File

@ -115,10 +115,7 @@ example above."
',variables ", ")
")")))))
(org-babel-execute-src-block
nil (list "emacs-lisp" "results"
(org-babel-merge-params
'((:results . "silent"))
(org-babel-process-params params)))))
nil (list "emacs-lisp" "results" params) '((:results . "silent"))))
""))))
(provide 'ob-table)