Table of Contents
1 Introduction
MWB stands for "MetaWeblog", it is an submode for org mode and can be used to publish org files to meta web blog. css
It is based on CnBlog, and was modified to port to other meta web blogs. html
2 Usage
Download this package from github and put into PATH , then add following codes to your init file. java
(add-to-list 'load-path PATH) (autoload 'mwb-minor-mode "mwb" "mwb minor mode" t) (autoload 'mwb-new-post "mwb" "new post" t)
If you want to turn on mwb-minor-mode automatically for some mode (org-mode, for example), you can add following line: git
(add-to-list 'org-mode-hook 'mwb-minor-mode)
Then, open an org file, and stroke: M-x: mwb-setup-blog, and follow the instructions. github
When finished setting up, edit an org file, and stroke: M-x: mwb-new-post, and then waits for the post to be done. web
That's all. sql