Re: [O] org-sync doesn't work with recent org-element.el

2012-12-16 Thread Jonas Hörsch
hej aurélien, list,

as hoped for i got it to work with the current org-element.el with only
few changes to org-sync. i pushed my changes to my github at [1]. please
feel free to comment and/or merge.

the commit

bdcbae os-github: use authentication data also for
os-github-fetch-json-page 

is optional and i wouldn't mind moving that to a separate feature branch
if you prefer.

cheers,
jonas



Footnotes:

[1] https://github.com/coroa/org-sync.git
https://github.com/coroa/org-sync




Re: [O] org-sync doesn't work with recent org-element.el

2012-12-14 Thread Jonas Hörsch
hi all, hi aurélien,

then, i suppose the answer to my main question, whether someone has started
updating org-sync, is a no and i'll thus try.

i'm not too proficient in elisp yet, so any hints of a clean transition
are appreciated. i plan to alter any parts, which read/write cons lists
(i mean those ( key . value ) pairs which used to go under the
:properties key) to node-property elements directly.

if you think a bit of that chore could be abstracted away in a function,
let me know.

cheers,
jonas




Re: [O] org-sync doesn't work with recent org-element.el

2012-12-13 Thread Bastien
Aurélien Aptel aurelien.ap...@gmail.com writes:

 I have not given up on org-sync but I have too many things going on
 right now. I know it's not the first time I say this but I will get
 back to it eventually.

All right, thanks!

-- 
 Bastien



Re: [O] org-sync doesn't work with recent org-element.el

2012-12-12 Thread Bastien
Hi Jonas,

I'm copying Aurélien, the author of org-sync.

Aurélien, are you willing to maintain org-sync or shall we call for
a new maintainer?

Thanks for your answer!

Best,

-- 
 Bastien



Re: [O] org-sync doesn't work with recent org-element.el

2012-12-12 Thread Aurélien Aptel
Hi all,

On Wed, Dec 12, 2012 at 3:42 PM, Bastien b...@altern.org wrote:
 I'm copying Aurélien, the author of org-sync.

I saw the thread but thank you anyway.

 Aurélien, are you willing to maintain org-sync or shall we call for
 a new maintainer?

I have not given up on org-sync but I have too many things going on
right now. I know it's not the first time I say this but I will get
back to it eventually.



[O] org-sync doesn't work with recent org-element.el

2012-12-10 Thread Jonas Hörsch
hej list,

i've just now been playing around with org-sync [1] and want to start
using it for at least a github and eventually a redmine project.

the first thing which is making me stumble is that while org-sync works
fine with org-element from [2] a current (as in from head of master) one
fails to work at all.

as far as i could track the problem, i understand that the handling of
property drawers changed significantly: while in the former version a
property drawer was just represented by a simple plist, the latter now
introduced a new org-element-type node-property, so it also provides
access to information about f.ex. spacing of individual items in the
property drawer.

and org-sync hasn't been adapted to this yet.

am i correct? did someone start the work on updating org-sync yet?

thanks,
jonas

Footnotes:

[1] http://orgmode.org/worg/org-contrib/gsoc2012/student-projects/org-sync/

[2] 
http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=contrib/lisp/org-element.el;hb=5057ae0fc2c0d551a83d3c3e9bd621b751db9f09