aboutsummaryrefslogtreecommitdiff
path: root/seam-export.el
diff options
context:
space:
mode:
authorSpencer Williams <spnw@plexwave.org>2025-04-07 16:47:48 -0400
committerSpencer Williams <spnw@plexwave.org>2025-04-07 16:52:50 -0400
commitd38dfbf3184094a60d1a1f03f6feb75c6404a000 (patch)
treed61d99966f49e8f284d6e6dc18a88b243e7500f3 /seam-export.el
parent030913f74fbc0fa34df0fbf235edd7869b0d5214 (diff)
Fix bug due to improper use of replace-match
Diffstat (limited to 'seam-export.el')
-rw-r--r--seam-export.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/seam-export.el b/seam-export.el
index c36f97c..7fa6c2d 100644
--- a/seam-export.el
+++ b/seam-export.el
@@ -222,7 +222,7 @@ notes)."
(defun seam-export--replace-variable (var replacement)
(goto-char 1)
(while (re-search-forward (format "{{%s}}" var) nil t)
- (replace-match replacement)))
+ (replace-match replacement t t)))
(defun seam-export--generate-backlinks (file)
(seam-export--to-string