24 10
记录下 emacs 发布 blog 的配置
很简单,首先下载 weblogger 这个扩展,将下载回来的 weblogger.el 和 xml-rpc.el 放到 load-path 能够找到的地方,然后加载
- (require 'weblogger)
在 emacs 中,使用
- M-x weblogger-setup-weblog
来配置一个 blog, 比如我的这个 blog,
输入 http://zhan.ubuntu.org.cn/xmlrpc 后面的就自动了,
然后 输入
- M-x weblogger-start-entry
就可以开始写你的 blog 了
写完了就 使用
- M-x weblogger-publish-entry
来进行发布。
看看源码文件,其实里面有很多的快捷键的,使用起来估计会方便得多。


[...] read a post from smallzhan’s blog. It talked about using Emacs to publish posts on [...]
11月 11th, 2007 at 9:34 上午请问你是怎么在Emacs里指定文章分类的?
11月 12th, 2007 at 3:06 上午上面的一篇提了一点点,在 Field 菜单中有 Keywords 关键字,填上了就可以了。不过貌似要首先在服务器上建好分类
11月 12th, 2007 at 10:58 下午在我那里,weblogger似乎无法保存对以前文章的修改,不知道你这里是不是也这样??
2月 21st, 2008 at 10:23 下午