From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: Blogging org entries using google command line. Date: Sun, 12 Sep 2010 18:57:32 +0200 Message-ID: References: <87zkvroj1p.fsf@rochester.rr.com> <87vd6foeo2.fsf@rochester.rr.com> <87tylux6cp.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=59368 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OupsD-0003PK-UW for emacs-orgmode@gnu.org; Sun, 12 Sep 2010 12:57:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OupsC-0002kh-NR for emacs-orgmode@gnu.org; Sun, 12 Sep 2010 12:57:49 -0400 Received: from lo.gmane.org ([80.91.229.12]:41417) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OupsC-0002kU-H0 for emacs-orgmode@gnu.org; Sun, 12 Sep 2010 12:57:48 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Oups9-0000XJ-0D for emacs-orgmode@gnu.org; Sun, 12 Sep 2010 18:57:45 +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 18:57:44 +0200 Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Sep 2010 18:57:44 +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 David Maus writes: > Richard Riley wrote: > >>ok, last change of the day : this removes the tags from the blogged >>heading (is there not an easier way?) > > What about `org-heading-components: Aha yes. very good. Another elisp list feature learnt! "nth". (let ((blabels (mapconcat 'identity (org-get-tags) ",")) (btitle (nth 4 (org-heading-components)))) Much cleaner - thanks. http://github.com/rileyrg/org-googlecl/commit/b1ed999768a8881871654350a9615dddaceb3cf7 (Isn't magit great?!) r.