Re: [O] ox-man line break

2017-04-12 Thread Francesco Montanari
Hello, On 04/01/2017 11:20 AM, Nicolas Goaziou wrote: > Applied. Thank you. Thanks. > Also, if do know and use it, and you have some spare time to share with > us, we have a dire need for a manual chapter about that export back-end. > Just sayin'. Sure, I'll try to reserve some time to work on

Re: [O] ox-man line break

2017-04-01 Thread Nicolas Goaziou
Hello, Francesco Montanari writes: > When converting ORG to MAN pages (org-man-export-to-man), a new line > should be added before the line break `.br' tag. Otherwise, for > example, the following: > ``` > hello\\ > word > ``` > is converted to: > ``` >

[O] ox-man line break

2017-03-29 Thread Francesco Montanari
Hi, When converting ORG to MAN pages (org-man-export-to-man), a new line should be added before the line break `.br' tag. Otherwise, for example, the following: ``` hello\\ word ``` is converted to: ``` hello.br word ``` Patch attached. Thanks, Francesco >From