From 0d0b28b3f819708a365d0cc9031bc1a89ffcdb10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Wed, 22 Mar 2023 14:55:20 +0000 Subject: [PATCH] Ellipsis wrangling --- custom/org-format.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/custom/org-format.el b/custom/org-format.el index 9167c48..02d4442 100644 --- a/custom/org-format.el +++ b/custom/org-format.el @@ -29,6 +29,9 @@ (while (re-search-forward "'" nil t) (replace-match "’")) (goto-char (point-min)) + (while (re-search-forward "“ …" nil t) + (replace-match "“…")) + (goto-char (point-min)) (while (re-search-forward " +" nil t) (replace-match " ")) (goto-char (point-min))