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

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

2016-12-08 Thread Charles Durst
as the example in the Confluence documentation: https://confluence.atlassian.com/confcloud/confluence-wiki-markup-724765099.html#ConfluenceWikiMarkup-Mixedlists -- Charles Durst cdu...@alum.rpi.edu On Thu, Dec 8, 2016 at 5:49 PM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > &g

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

2016-12-08 Thread Charles Durst
I have tried the results of both versions and loaded them into the Confluence Wiki, and Lungang is correct, from what I can tell, they both will work. So I don't really care which one you choose either. I just needed the functionality. -- Charles Durst cwdurst+orgm...@gmail.com On Thu, Dec 8

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

2016-12-08 Thread Charles Durst
as the example in the Confluence documentation: https://confluence.atlassian.com/confcloud/confluence-wiki-markup-724765099.html#ConfluenceWikiMarkup-Mixedlists -- Charles Durst cwdurst+orgm...@gmail.com On Thu, Dec 8, 2016 at 5:49 PM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: &

[O] [PATCH] ox-confluence.el: Better list item support

2016-12-05 Thread Charles Durst
One more. Hopefully more interesting than my last one. -- Charles Durst cwdurst+orgm...@gmail.com * contrib/lisp/ox-confluence.el (org-confluence--li-bullet, org-confluence-item): Use "#" for ordered lists, include item name in descriptive lists. This correctly handles ne

[O] [PATCH] ox-confluence.el: Add support for verbatim & code

2016-11-30 Thread Charles Durst
A tiny patch to improve text formatting support for exporting to Confluence wiki-markup. -- Charles Durst cwdurst+orgm...@gmail.com * contrib/lisp/ox-confluence.el (org-confluence-verbatim, org-confluence-code): New functions. Convert org-mode =verbatim= and ~code~ into Confluence