Re: [O] Table column width and HTML export

2018-09-19 Thread Martin Dalgaard Villumsen
Thanks for sharing /Martin From: Kaushal Modi [mailto:kaushal.m...@gmail.com] Sent: 18. september 2018 20:25 To: Martin Dalgaard Villumsen Cc: emacs-org list Subject: Re: [O] Table column width and HTML export On Tue, Sep 18, 2018 at 7:35 AM Martin Dalgaard Villumsen mailto:mvillum

Re: [O] Table column width and HTML export

2018-09-18 Thread Kaushal Modi
On Tue, Sep 18, 2018 at 7:35 AM Martin Dalgaard Villumsen < mvillum...@health.sdu.dk> wrote: > > How do you in org-mode override/identify the column-class for a single column when you have multiple columns of the same type in the same table? As I said, you can do everything using CSS and the exist

[O] Table column width and HTML export

2018-09-18 Thread Martin Dalgaard Villumsen
le? /Martin From: Kaushal Modi [mailto:kaushal.m...@gmail.com] Sent: 18. september 2018 13:27 To: Martin Dalgaard Villumsen Cc: Emacs-orgmode@gnu.org Subject: Re: [O] Table column width and HTML export Hello, There seems to be quite a bit of confusion. On Tue, Sep 18, 2018, 6:51 AM Martin Dalgaa

Re: [O] Table column width and HTML export

2018-09-18 Thread Kaushal Modi
Hello, There seems to be quite a bit of confusion. On Tue, Sep 18, 2018, 6:51 AM Martin Dalgaard Villumsen < mvillum...@health.sdu.dk> wrote: > I am not interested in editing the exported HTML file (conflicts the point > of using org-mode) > I did not say that HTML should be edited manually. I s

Re: [O] Table column width and HTML export

2018-09-18 Thread Martin Dalgaard Villumsen
-restyling default class="org-center", class="org-left", etc. … this would affect columns in other tables /Martin From: Kaushal Modi [mailto:kaushal.m...@gmail.com] Sent: 18. september 2018 12:31 To: Martin Dalgaard Villumsen Cc: Emacs-orgmode@gnu.org Subject: Re: [O] Table c

Re: [O] Table column width and HTML export

2018-09-18 Thread Kaushal Modi
On Tue, Sep 18, 2018, 3:38 AM Martin Dalgaard Villumsen < mvillum...@health.sdu.dk> wrote: > How do I control the column width when exporting a table to HTML? > > > > I know how to control the width of the table, but not the width of its > columns. For example, I want the width of column A to be 2

Re: [O] Table column width and HTML export

2018-09-18 Thread Eric S Fraga
On Tuesday, 18 Sep 2018 at 07:37, Martin Dalgaard Villumsen wrote: > How do I control the column width when exporting a table to HTML? Looking at the code (ox-html.el), it doesn't look like this is possible. Maybe somebody can prove me wrong, however. The code I see allows for setting the alig

[O] Table column width and HTML export

2018-09-18 Thread Martin Dalgaard Villumsen
How do I control the column width when exporting a table to HTML? I know how to control the width of the table, but not the width of its columns. For example, I want the width of column A to be 2 cm and the width of B to be 4 cm: | A | B | |+| | 11 | 12 | | 21 | 22 | Relative setting