Re: [O] export (to gfm) with file local variables

2015-08-21 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Nick Dokos writes: > >> That seems to be caused by the empty lines in the Local Variables: >> section of the md file: >> >> >> Table of Contents >> >> >> 1. Test File >> >> >> >> >> >> >> # Test File >> >> With text. >> >> >> >> If I get r

Re: [O] export (to gfm) with file local variables

2015-08-21 Thread Andreas Leha
Nick Dokos writes: > Andreas Leha writes: > >> >> Thanks for following that up! That is interesting. How did you see >> that file with the empty lines? I do not get anything exported -- >> neither md nor gfm. >> > > I looked in the " *temp*" buffer (which is normally hidden - note the > initia

Re: [O] export (to gfm) with file local variables

2015-08-21 Thread Nick Dokos
Andreas Leha writes: > > Thanks for following that up! That is interesting. How did you see > that file with the empty lines? I do not get anything exported -- > neither md nor gfm. > I looked in the " *temp*" buffer (which is normally hidden - note the initial space), saved it as foo.md and

Re: [O] export (to gfm) with file local variables

2015-08-21 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > That seems to be caused by the empty lines in the Local Variables: > section of the md file: > > > Table of Contents > > > 1. Test File > > > > > > > # Test File > > With text. > > > > If I get rid of them manually, I think it goes away (although I don't > hav

Re: [O] export (to gfm) with file local variables

2015-08-21 Thread Andreas Leha
Hi Nick, Nick Dokos writes: > Andreas Leha writes: > >> Hi Nick, >> >> Nick Dokos writes: >>> Andreas Leha writes: >>> I forgot... Andreas Leha writes: > Hi all, > > How can I make my toy sample file below export properly to github > flavoured markdown (using ox

Re: [O] export (to gfm) with file local variables

2015-08-21 Thread Nick Dokos
Andreas Leha writes: > Hi Nick, > > Nick Dokos writes: >> Andreas Leha writes: >> >>> I forgot... >>> >>> Andreas Leha writes: Hi all, How can I make my toy sample file below export properly to github flavoured markdown (using ox-gfm)? (Of course including the fil

Re: [O] export (to gfm) with file local variables

2015-08-21 Thread Andreas Leha
Hi Nick, Nick Dokos writes: > Andreas Leha writes: > >> I forgot... >> >> Andreas Leha writes: >>> Hi all, >>> >>> How can I make my toy sample file below export properly to github >>> flavoured markdown (using ox-gfm)? >>> >>> (Of course including the file local variables in exported *.md file

Re: [O] export (to gfm) with file local variables

2015-08-21 Thread Nick Dokos
Andreas Leha writes: > I forgot... > > Andreas Leha writes: >> Hi all, >> >> How can I make my toy sample file below export properly to github >> flavoured markdown (using ox-gfm)? >> >> (Of course including the file local variables in exported *.md file...) > > ... and without having them apply

Re: [O] export (to gfm) with file local variables

2015-08-21 Thread Andreas Leha
I forgot... Andreas Leha writes: > Hi all, > > How can I make my toy sample file below export properly to github > flavoured markdown (using ox-gfm)? > > (Of course including the file local variables in exported *.md file...) ... and without having them apply to the current *.org file. > > If I

[O] export (to gfm) with file local variables

2015-08-21 Thread Andreas Leha
Hi all, How can I make my toy sample file below export properly to github flavoured markdown (using ox-gfm)? (Of course including the file local variables in exported *.md file...) If I try I get , | hack-local-variables: Malformed local variable line: "" ` Thanks, Andreas PS: the sam