[Orgmode] Re: Blogging org entries using google command line.

2010-09-12 Thread Richard Riley
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 'identit

Re: [Orgmode] Re: Blogging org entries using google command line.

2010-09-12 Thread David Maus
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: , | org-heading-components is a compiled Lisp function in `org.el'. | | (org-heading-components) | | Return the components of t

[Orgmode] Re: Blogging org entries using google command line.

2010-09-10 Thread Richard Riley
Yavuz Arkun writes: > I would like to make one side note: > > Before I could use org-googlecl-blog to post successfully, I had to use the > command tool 'google' itself once from the terminal, so that the authorization > step via web browser can be completed. (Otherwise, 'google' starts the w

[Orgmode] Re: Blogging org entries using google command line.

2010-09-10 Thread Yavuz Arkun
I would like to make one side note: Before I could use org-googlecl-blog to post successfully, I had to use the command tool 'google' itself once from the terminal, so that the authorization step via web browser can be completed. (Otherwise, 'google' starts the web browser with the authorization p

[Orgmode] Re: Blogging org entries using google command line.

2010-09-08 Thread Richard Riley
ok, last change of the day : this removes the tags from the blogged heading (is there not an easier way?) and also converts the tags format into a comman seperated list suitable for googlecl/blogger labels. I'll put it up into git soon. --8<---cut here---start-

Re: [Orgmode] Re: Blogging org entries using google command line.

2010-09-08 Thread Tim Burt
Richard Riley writes: > Tim Burt writes: > >> Could Richard Riley have solved my problem? Yes he did. >> http://naturallogofx.rketburt.org/2010/09/could-richard-riley-have-solved-my.html > > Glad its of some use. It (googlecl) has been on my "must check it out" > list for a while ;) > > Its jus

[Orgmode] Re: Blogging org entries using google command line.

2010-09-08 Thread Richard Riley
Tim Burt writes: > Could Richard Riley have solved my problem? Yes he did. > http://naturallogofx.rketburt.org/2010/09/could-richard-riley-have-solved-my.html Glad its of some use. It (googlecl) has been on my "must check it out" list for a while ;) Its just at test stage but taking shape -

[Orgmode] Re: Blogging org entries using google command line.

2010-09-08 Thread Richard Riley
"Eric Schulte" writes: > Hey Richard, > > That looks interesting. See the gdoc-write code block defined in the > library-of-babel in the org repo at contrib/babel/library-of-babel.org > which allows saving Org-mode data to google docs using the google > command line. > > Maybe your function woul