Following the blog of Gabriel Saldana “Post to WordPress blogs with Emacs & Org-mode” at http://blog.nethazard.net/post-to-wordpress-blogs-with-emacs-org-mode/#utm\_source=feed&utm\_medium=feed&utm\_campaign=feed I tested the org2blog mode.
The set up is a little different from what was described in the above post: I put the following code in my .emacs file:
(require ‘org2blog-autoloads) (setq org2blog/wp-blog-alist ‘((“wordpress” :url “http://username.wordpress.com/xmlrpc.php” :username “username” :tags-as-categories nil)))
You have to substitute the “username” with your actual username of wordpress.
To use the org2blog, you can M-x org2blog/wp-login first, and then M-x org2blog/wp-new-entry.
Pingback: org2blog | Irreal