[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: export only certain columns of an org-table to csv
From: |
Ihor Radchenko |
Subject: |
Re: export only certain columns of an org-table to csv |
Date: |
Sun, 09 Apr 2023 08:51:08 +0000 |
Uwe Brauer <oub@mat.ucm.es> writes:
> I have the following simple table
>
>
> #+Name: table
> | / | / | <> | <> |
> | | Name | Sheet1 | Sheet2 |
> |---+--------+--------+--------|
> | | Smith | Ex1 | Ex2 |
> | | Miller | Ex3 | Ex4 |
>
>
> I hoped that the first two columns would not be exported to csv
> (orgtbl-to-csv), indeed they are not when exporting to latex or html but
> for csv, all columns have been exported.
> What do I miss?
The second column get exported to latex and html on my side.
And it is expected. Only the first column with spacial marks does not
get exported. All other columns are exported, unless you specify
:skipcols (see `orgtbl-to-generic' docstring).
--
Ihor Radchenko // yantar92,
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>