summaryrefslogtreecommitdiff
path: root/lisp/org/ob-dot.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/ob-dot.el')
-rw-r--r--lisp/org/ob-dot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-dot.el b/lisp/org/ob-dot.el
index 21a40b34f49..f4953a39eac 100644
--- a/lisp/org/ob-dot.el
+++ b/lisp/org/ob-dot.el
@@ -53,7 +53,7 @@
(value (cdr pair)))
(setq body
(replace-regexp-in-string
- (concat "\$" (regexp-quote name))
+ (concat "$" (regexp-quote name))
(if (stringp value) value (format "%S" value))
body))))
vars)