Fix sub bullets in org-format
This commit is contained in:
parent
602a431092
commit
124c96cfdd
1 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,9 @@
|
||||||
(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 "\n –" nil t)
|
||||||
|
(replace-match "\n -"))
|
||||||
|
(goto-char (point-min))
|
||||||
(while (re-search-forward "=\"\\([^>]*\\)”" nil t)
|
(while (re-search-forward "=\"\\([^>]*\\)”" nil t)
|
||||||
(replace-match "=\"\\1\"")))
|
(replace-match "=\"\\1\"")))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue