diff options
Diffstat (limited to '')
-rw-r--r-- | ob-spice.org | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |