Re: [O] [PATCH] Add support for ordered list to ox-confluence.el

2016-12-13 Thread Nicolas Goaziou
Hello, Charles Durst writes: > Oops, I just realized an important difference. My version also > supported descriptive lists. The version with only Nicholas' changes > will lose the item name: > > * item-name :: description > > Will just become > > - description > > Here is a fix based on Nicho

Re: [O] [PATCH] Add support for ordered list to ox-confluence.el

2016-12-12 Thread Charles Durst
Oops, I just realized an important difference. My version also supported descriptive lists. The version with only Nicholas' changes will lose the item name: * item-name :: description Will just become - description Here is a fix based on Nicholas' version: * contrib/lisp/ox-confluence.el (o

Re: [O] [PATCH] Add support for ordered list to ox-confluence.el

2016-12-09 Thread Lungang Fang
Hi Nicolas and Charles, Thank you both. Lungang On Sat, Dec 10, 2016 at 7:34 AM, Nicolas Goaziou wrote: > Hello, > > Lungang Fang writes: > > > Great! Then, what about using my patch ? It would be my first patch > adopted > > by any open source project, a real milestone :) > > Applied. Thank

Re: [O] [PATCH] Add support for ordered list to ox-confluence.el

2016-12-09 Thread Nicolas Goaziou
Hello, Lungang Fang writes: > Great! Then, what about using my patch ? It would be my first patch adopted > by any open source project, a real milestone :) Applied. Thanks to both of you. Regards, -- Nicolas Goaziou

Re: [O] [PATCH] Add support for ordered list to ox-confluence.el

2016-12-09 Thread Lungang Fang
Great! Then, what about using my patch ? It would be my first patch adopted by any open source project, a real milestone :) On Friday, December 9, 2016, Charles Durst wrote: > I have tried the results of both versions and loaded them into the > Confluence Wiki, and Lungang is correct, from what