Category Archives: Org2Blog

trying out org2blog

I am using emacs and this message is my first attempt to use org2blog for using wordpress

I installed it using M-x package-install <return> org2blog <return>. It is located in the melba repository. In my .emacs config file I have login information

(setq org2blog/wp-blog-alist ‘((“wordpress” :url “https://steptoharmony.wordpress.com/xmlrpc.php” :username “login name or login email” :password “password” )))