From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: Blogging to Blogspot/Blogger from Emacs using GoogleCL - github. Date: Sun, 12 Sep 2010 03:37:12 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=45652 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OubVV-0001Iy-OF for emacs-orgmode@gnu.org; Sat, 11 Sep 2010 21:37:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OubVU-0004Eh-Jl for emacs-orgmode@gnu.org; Sat, 11 Sep 2010 21:37:25 -0400 Received: from lo.gmane.org ([80.91.229.12]:43504) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OubVU-0004Ed-CV for emacs-orgmode@gnu.org; Sat, 11 Sep 2010 21:37:24 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OubVT-0007y4-JU for emacs-orgmode@gnu.org; Sun, 12 Sep 2010 03:37:23 +0200 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Sep 2010 03:37:23 +0200 Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Sep 2010 03:37:23 +0200 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@gnu.org Richard Riley writes: > The code to blog from an org entry (or indeed any buffer) to blogger or > blogspot using the google command line tool is now up on git hub. > > http://github.com/rileyrg/org-googlecl > > The main entry is the function org-googlecl-blog which will prompt you Sorry, the above is incorrect : googlecl-prompt-blog is the main entry point - its correctly listed in the README anyway ;) > if you want to blog the current org entry if you are in an org file or > will prompt for text otherwise.