summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-03-25 22:54:56 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-03-25 22:54:56 +0200
commit6261bbd20b51fc38afd022fcb46370fd8d429553 (patch)
treeb98eedbbfaa1741925c51b442d262c4a9d119d7e
parent143a87e45c6683d29aa6c98f6a83eeb86fcb1b2b (diff)
downloadorg-mode-6261bbd20b51fc38afd022fcb46370fd8d429553.tar.gz
Revert "ob-table: Mention passing ranges as lists in org-sbe's documentation"
This reverts commit 02b1574ea970f33032d74b522e7b0a894409701f.
-rw-r--r--lisp/ob-table.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/ob-table.el b/lisp/ob-table.el
index d11df9a..17810dd 100644
--- a/lisp/ob-table.el
+++ b/lisp/ob-table.el
@@ -89,8 +89,6 @@ 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