Skip to content

Commit

Permalink
Correcting bug with case being incorrectly corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
sympodius committed May 22, 2024
1 parent 2b07550 commit 4577dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-novelist.el
Original file line number Diff line number Diff line change
Expand Up @@ -1921,7 +1921,7 @@ open buffer."
(setq new-aliases-str (substring new-aliases-str 2)))
;; Regenerate file contents and rename it.
(erase-buffer)
(insert (orgn--replace-string-in-string chosen-object new-object-name (org-file-contents object-file)))
(insert (orgn--replace-string-in-string chosen-object new-object-name (org-file-contents object-file) t))
(goto-char (point-max))
(insert appearances-subtree)
(orgn--set-file-property-value "TITLE" new-object-name object-file)
Expand Down

0 comments on commit 4577dcc

Please sign in to comment.