org-format tweaks

This commit is contained in:
trémeur 2023-07-06 20:36:41 +01:00
parent 6a305b0147
commit 6df4cbb678

View file

@ -53,6 +53,12 @@
(while (re-search-forward "/”" nil t) (while (re-search-forward "/”" nil t)
(replace-match "”/")) (replace-match "”/"))
(goto-char (point-min)) (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) (while (re-search-forward "=”" nil t)
(replace-match "=\"")) (replace-match "=\""))
(goto-char (point-min)) (goto-char (point-min))