From mboxrd@z Thu Jan 1 00:00:00 1970 From: Puneeth Subject: org2blog - blog from org-mode to wordpress Date: Wed, 30 Jun 2010 00:05:09 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from [140.186.70.92] (port=37598 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTfeg-00081L-3D for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 14:35:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTfee-0007ed-Nh for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 14:35:33 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:43574) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTfee-0007eV-IX for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 14:35:32 -0400 Received: by pvg11 with SMTP id 11so5040002pvg.0 for ; Tue, 29 Jun 2010 11:35:30 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Hello, I've been wanting to use org-mode for quite some time but have started /really/ using it only recently. I am enjoying it, thoroughly. Over the last weekend, I have written a simple blogging client which I call org2blog. org2blog provides a simple way of publishing from org-mode to (wordpress) blogs. (Any blog supporting metaweblog API is expected to work, but I have not tested it). It is essentially a port of a [wordpress posting client for muse-mode] written by [Ashish Shukla], with a couple of new features. It uses the html export of org and therefore supports tables and images, too. It uploads any images present on the local machine to wordpress. It uses xml-rpc.el for talking to wordpress. org2blog is licensed under GPLv3 and the code is available at [github] Any comments and suggestions are welcome. I'm hoping someone on the list will find it useful. Thanks, Puneeth [wordpress posting client for muse-mode]: [http://paste.lisp.org/display/69993] [Ashish Shukla]: [http://www.emacswiki.org/emacs/AshishShukla] [github]: [http://github.com/punchagan/org2blog]