Re: [O] Using orgtbl-mode with markdown: hfmt1

2017-09-14 Thread Carsten Bormann
> The point of orgtbl-mode is to edit Org tables, not Markdown tables, > which have a different syntax. The point of a screwdriver is to drive screws. I happened to notice that this particular screwdriver makes a good chisel, too. Unfortunately, the way things are at the moment means that using th

Re: [O] Using orgtbl-mode with markdown: hfmt1

2017-09-14 Thread Nicolas Goaziou
Hello, Carsten Bormann writes: > As is, orgtbl-mode is a great addition to markdown-mode. > > There is one snag: > > The markdown table syntax isn’t fully standardized. > A number of implementations react unfavorable to the + characters that > orgtbl-mode uses as a column/row separator in the li

Re: [O] Using orgtbl-mode with markdown: hfmt1

2017-09-12 Thread Carsten Bormann
On Sep 12, 2017, at 16:07, Kaushal Modi wrote: > > On Tue, Sep 12, 2017, 9:56 AM Carsten Bormann wrote: > > > Works perfectly. But it would be nice not to have to apply this patch each > time I update. > > Would it be possible to make hfmt1 configurable? > (Preferably, using a buffer-local

Re: [O] Using orgtbl-mode with markdown: hfmt1

2017-09-12 Thread Kaushal Modi
On Tue, Sep 12, 2017, 10:07 AM Kaushal Modi wrote: > > I use a different approach to do the same thing using ox-gfm > Correcting myself.. that solution has nothing to do with ox-gfm. > -- Kaushal Modi

Re: [O] Using orgtbl-mode with markdown: hfmt1

2017-09-12 Thread Kaushal Modi
On Tue, Sep 12, 2017, 9:56 AM Carsten Bormann wrote: Works perfectly. But it would be nice not to have to apply this patch each > time I update. > Would it be possible to make hfmt1 configurable? > (Preferably, using a buffer-local variable so I don’t have to break tables > in org-mode proper

[O] Using orgtbl-mode with markdown: hfmt1

2017-09-12 Thread Carsten Bormann
As is, orgtbl-mode is a great addition to markdown-mode. There is one snag: The markdown table syntax isn’t fully standardized. A number of implementations react unfavorable to the + characters that orgtbl-mode uses as a column/row separator in the line separating the header from the body of th