Add functions for ASAL exporting
This commit is contained in:
parent
d569665412
commit
a222e03bc5
3 changed files with 61 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
(replace-match " –"))
|
||||
(goto-char (region-beginning))
|
||||
(while (re-search-forward "/ –" nil t)
|
||||
(replace-match "/ –")) ;; italics won’t work otherwise
|
||||
(replace-match " –/"))
|
||||
(goto-char (region-beginning))
|
||||
(while (re-search-forward " \\.\\.\\." nil t)
|
||||
(replace-match " …"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue