Achim Gratz wrote:
> Nick Dokos writes:
> > This is with version
> >
> > Org-mode version 7.8.10 (release_7.8.10-688-gd06428 @
> > /home/nick/elisp/org-mode/lisp/)
>
> Do yourself a favor and issue:
>
> git fetch --tags origin
>
> to get the correct version displayed.
>
>
Thanks. I now get
Nick Dokos writes:
> This is with version
>
> Org-mode version 7.8.10 (release_7.8.10-688-gd06428 @
> /home/nick/elisp/org-mode/lisp/)
Do yourself a favor and issue:
git fetch --tags origin
to get the correct version displayed.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb A
Nick Dokos
Mon, 18 Jun 2012 16:44:30 -0400
Eythan Weg wrote:
>
> Hi,
>
>
> I expect that applying org-table-export on
>
> | A\vert B | C |
> |1 | 2 |
>
> would result in
>
> A|BC
> 1 2
>
> but instead \vert remains e
Eythan Weg wrote:
>
> Hi,
>
>
> I expect that applying org-table-export on
>
> | A\vert B | C |
> |1 | 2 |
>
> would result in
>
> A|B C
> 1 2
>
> but instead \vert remains embedded in the exported table.
Exporting to what? The new latex exporter does it right, the old on
Hi,
I expect that applying org-table-export on
| A\vert B | C |
|1 | 2 |
would result in
A|B C
1 2
but instead \vert remains embedded in the exported table.
Is this correct?
Thank you.
Eythan