Fix sub bullets in org-format

This commit is contained in:
mez 2025-05-03 18:34:36 +01:00
parent 602a431092
commit 124c96cfdd

View file

@ -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\"")))