せっかくなのでコマンド化してみた。 openコマンドを使っているのでMac OS X専用。 以下のコードを「.emacs」等に追記してEmacsを再起動。 (defun htmlize-and-browse () (interactive) (defcustom htmlize-and-browse-directory-path temporary-file-directory "htmlize-and-browse-temporary-file-directory" :type 'string :group 'htmlize-and-browse) (setq htmlize-and-browse-buffer-file-name (concat "htmlize-and-browse-" (format-time-string "%Y%m%d%H%M%S" (current-time)