Tweaks to fic export setup
This commit is contained in:
parent
a4be2e0260
commit
333e8d185a
3 changed files with 18 additions and 6 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue