Category Archives: wordpress
Setup org2blog for blogging from emacs.
org2blog is written by Puneeth Chaganti. It is an emacs extension to post org mode sub trees as wordpress blog entries. In order to set this up clone the repository from github. # clone org2blog git repository git clone http://github.com/punchagan/org2blog.git Add the following snippet to ~/.emacs (add-to-list ‘load-path “~/site-lisp/org2blog”) (require ‘org2blog-autoloads) (setq org2blog/wp-blog-alist ‘((“noorul.com” :url [...]
Also posted in blog, emacs, orgmode, web
Leave a comment