David Maus <dm...@ictsoc.de> 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.




_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to