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:
parent
8562273b27
commit
c60e09eaa4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user