Showing posts with label e-blog. Show all posts
Showing posts with label e-blog. Show all posts

12 February 2011

Blogging from Emacs.

Working with emacs is always fun, starting from programming to mail to web to irc etc. I have learned new thing that you can update the google blog from emacs using e-blog library.
For setting up you need to have e-blog, curl and ofcource emacs. Here is the setup
1) Download e-blog from http://code.google.com/p/e-blog/
2) Untar it to any directory. For example .emacs.d
open emacs to edit .emacs file and add the path
(load "~/.emacs.d/e-blog/e-blog.el")
Load the file or restart emacs. Use Alt+x and type e-blog-new-post to start posting. Have fun, Happy emacs, Happy Hacking :)

09 February 2011

First post from emacs.

This is my first post from emacs to blog directly. No need to open browser, just use emacsclient and run e-blog.
How to use e-blog in emacs, will update you in next post.
-- Happy Hacking.