From 8d7b2050bbdaf28991cd9d2e3506f0dcdc461b94 Mon Sep 17 00:00:00 2001 From: fpi Date: Sat, 14 Apr 2018 18:06:01 +0200 Subject: Fix vector variables --- ob-spice.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ob-spice.org') diff --git a/ob-spice.org b/ob-spice.org index 9ed10d7..30c47b9 100644 --- a/ob-spice.org +++ b/ob-spice.org @@ -371,7 +371,7 @@ Access with ~$x[0]~ or ~$x[2-len]~. body) (let ((replacement (nth (string-to-number (match-string 1 body)) - (cadr pair)))) + pair))) (setq body(format "%s%s%s" (substring body 0 (match-beginning 0)) -- cgit v1.2.3