From 6df4cbb6785b1d1c181e9975f1c9719574b1f552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Thu, 6 Jul 2023 20:36:41 +0100 Subject: [PATCH] org-format tweaks --- custom/org-format.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/custom/org-format.el b/custom/org-format.el index e152c79..96ab812 100644 --- a/custom/org-format.el +++ b/custom/org-format.el @@ -53,6 +53,12 @@ (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)) (while (re-search-forward "=”" nil t) (replace-match "=\"")) (goto-char (point-min))