Tweaks to fic export setup

This commit is contained in:
trémeur 2023-06-04 23:00:56 +01:00
parent a4be2e0260
commit 333e8d185a
3 changed files with 18 additions and 6 deletions

View file

@ -119,6 +119,9 @@
(while (re-search-forward "  :" nil t)
(replace-match " :"))
(goto-char (point-min))
(while (re-search-forward "#+TITLE :" nil t)
(replace-match "#+TITLE:"))
(goto-char (point-min))
(while (re-search-forward " !" nil t)
(replace-match "!"))
(goto-char (point-min))