【发布时间】:2018-01-05 08:09:26
【问题描述】:
我想用emacsclient -e "command"将org模式文件转换成html文件,如:
emacsclient -e "(org-html-export-as-html ./mynote.org)" > ./mynote.html
希望它将输出保存到 mynote.html 文件中。
但我还不熟悉elisp。其实org-html-export-as-html有很多参数我不知道怎么用。
【问题讨论】:
标签: html emacs org-mode emacsclient