.
...back to the entrance
(defun xdoc2txt-fix-cr-hook () ;; ppt なファイルだと改行が ^M (0x0D (CR (復帰))) で出力される・・・ (save-excursion (replace-buffer "\x0D" "\n")))
(replace-buffer "\x0D" "")))
...to the top