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: Mention passing ranges as lists in org-sbe's documentation

* ob-table.el (org-sbe): Add documentation note.
This commit is contained in:
Vladimir Panteleev 2018-03-19 00:23:14 +00:00 committed by Nicolas Goaziou
parent c9d617b322
commit 02b1574ea9

View File

@ -89,6 +89,8 @@ NOTE: By default, string variable names are interpreted as
references to source-code blocks, to force interpretation of a
cell's value as a string, prefix the identifier a \"$\" (e.g.,
\"$$2\" instead of \"$2\" or \"$@2$2\" instead of \"@2$2\").
This will not work with a range; instead, pass it as a list,
e.g. (org-sbe fun (r (list $1..$2))).
NOTE: It is also possible to pass header arguments to the code
block. In this case a table cell should hold the string value of