diff --git a/custom/org-format.el b/custom/org-format.el index 96ab812..ab0e27b 100644 --- a/custom/org-format.el +++ b/custom/org-format.el @@ -68,6 +68,9 @@ (while (re-search-forward "”/>" nil t) (replace-match "\"/>")) (goto-char (point-min)) + (while (re-search-forward "\n  –" nil t) + (replace-match "\n -")) + (goto-char (point-min)) (while (re-search-forward "=\"\\([^>]*\\)”" nil t) (replace-match "=\"\\1\"")))