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))