Fix completing-read, don’t use tabs, don’t lock into org-format
This commit is contained in:
parent
c61d26f465
commit
9814f3a36b
3 changed files with 14 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
(defun fic-ao3 ()
|
||||
"Format fic for posting to AO3 and export it"
|
||||
(interactive)
|
||||
(org-format)
|
||||
;; (org-format)
|
||||
(save-buffer)
|
||||
(goto-char (point-min))
|
||||
(while (re-search-forward "\\[fn:.*\\]" nil t)
|
||||
|
@ -63,7 +63,7 @@
|
|||
(setq chaptertitles (y-or-n-p "Titled chapters?")))
|
||||
(setq ffx (y-or-n-p "FFX fic?"))))
|
||||
(setq draftmode (y-or-n-p "Edit LaTeX file manually?"))
|
||||
(org-format)
|
||||
;; (org-format)
|
||||
(save-buffer)
|
||||
(goto-char (point-min))
|
||||
(while (re-search-forward "\\[fn:\\([0-9]*\\):\\(.*\\)\\]" nil t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue