Re: [O] [PATCH] contrib/lisp/ox-confluence.el: Export checkboxes; fix timestamps in headlines

2017-05-02 Thread Marc Ihm
Hi, Nicolas Goaziou writes: > > This is a common mistake. Symbols in `cl-case' shouldn't be quoted. 'on > is really (quote on), so you actually wrote > > (cl-case (org-element-property :checkbox item) > ((quote on) "*{{(X)}}* ") > ((quote off) "*{{( )}}* ") > ((quote trans) "*{{(\

Re: [O] [PATCH] contrib/lisp/ox-confluence.el: Export checkboxes; fix timestamps in headlines

2017-05-01 Thread Nicolas Goaziou
Hello, Marc Ihm writes: > the attached patch changes ox-confluence.el: > > - Export checkboxes in lists to appear in the resulting > confluence-markup (with some minor refactoring of > org-confluence-item). > - Fix spurious closing braces following timestamps in headlines. > > > Please revie

[O] [PATCH] contrib/lisp/ox-confluence.el: Export checkboxes; fix timestamps in headlines

2017-05-01 Thread Marc Ihm
Hi, the attached patch changes ox-confluence.el: - Export checkboxes in lists to appear in the resulting confluence-markup (with some minor refactoring of org-confluence-item). - Fix spurious closing braces following timestamps in headlines. Please review and let me know, if you have any c