org-format tweaks
This commit is contained in:
parent
6a305b0147
commit
6df4cbb678
1 changed files with 6 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue