Get rid of html head

master
trémeur 2 years ago
parent bd7155ba59
commit 499d4a4dff

@ -22,12 +22,11 @@
(setq newname (concat (file-name-base) ".html"))
(find-file-noselect newname)
(with-current-buffer newname
(goto-line 1)
(delete-region (line-beginning-position) (line-end-position))
(goto-line 2)
(delete-region (line-beginning-position) (line-end-position))
(goto-line 3)
(delete-region (line-beginning-position) (line-end-position))
(goto-char (point-min))
(setq delpoint (search-forward "</head>\n"))
(delete-region (point-min) delpoint)
(while (re-search-forward "<\\/html>" nil t)
(replace-match ""))
(write-file newname)))
(defun dwdraft ()

Loading…
Cancel
Save