[O] Prevent auto-filling of export snippets

2017-12-08 Thread edgar
Hello, AFAIK, you are an Org guru (or at least have much more experience than I do), and I know that you are asking this for the benefit of everyone. I just want to say: and with auto-fill-mode enabled (70 cols), if I hit Enter at the end of the line, I becomes: I recommend using visual-fi

Re: [O] Prevent auto-filling of export snippets

2017-12-08 Thread Kaushal Modi
On Fri, Dec 8, 2017 at 12:11 PM Nicolas Goaziou wrote: > > So then, obviously, that auto-filled export snippet doesn't get parsed by > > Org as an Export Snippet. > > Why obviously? AFAICT, the parser can handle snippets that span over > multiple lines. > Ah, sorry, pilot error. I had something

Re: [O] Prevent auto-filling of export snippets

2017-12-08 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > and with auto-fill-mode enabled (70 cols), if I hit Enter at the end of the > line, I becomes: > > @@html:This HTML Export Snippet will also get exported for Hugo > exports, verbatim.@@ [...] > So then, obviously, that auto-filled export snippet doesn't get parsed

[O] Prevent auto-filling of export snippets

2017-12-08 Thread Kaushal Modi
Hello, If I have a long Export Snippet like: @@html:This HTML Export Snippet will also get exported for Hugo exports, verbatim.@@ and with auto-fill-mode enabled (70 cols), if I hit Enter at the end of the line, I becomes: @@html:This HTML Export Snippet will also get exported for Hugo exports,