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
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
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
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
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-
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
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 -
"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