emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: table alignment tags in Org export


From: Ihor Radchenko
Subject: Re: table alignment tags in Org export
Date: Sat, 20 Aug 2022 15:42:20 +0800

Alex Fenton <alex@pressure.to> writes:

> Trying to export a table with alignment tags, e.g.
>
>
> #+caption: left-, centre- and right aligned columns
> | <l>    |   <c>    |      <r> |
> | a      |    b     |        c |
> | aaaaaa | bbbbbbbb | cccccccc |
>
> In, for example, HTML or ODT output, the columns are aligned according 
> to the tags in the first row.
>
> If exporting to Org (org-org-export-as-org), the tags disappear - i.e. 
> the table is as-was, minus the first row.

Confirmed.

> Is there a way to retain the alignment information when re-exporting to 
> Org? - either a function or some setting somewhere

No. Currently, ox-org.el currently disregards table cell alignment and width.

-- 
Ihor Radchenko,
Org mode contributor,
Learn more about Org mode at https://orgmode.org/.
Support Org development at https://liberapay.com/org-mode,
or support my work at https://liberapay.com/yantar92



reply via email to

[Prev in Thread] Current Thread [Next in Thread]