Re: export only certain columns of an org-table to csv

2023-04-14 Thread Uwe Brauer
> Uwe Brauer writes: > This one is tricky. > Table export is intentionally decoupled from general export settings: I see, that explains it. [Snip]… > I understand that the suggested `org-export-region-as' will not work > because we don't have ox-csv. And changing the way table export

Re: export only certain columns of an org-table to csv

2023-04-14 Thread Ihor Radchenko
Uwe Brauer writes: > I asked a similar question three years ago, the first two columns are > not exported because of this > > (add-hook 'org-export-before-processing-hook 'f-ox-filter-table-column-del) > > (defun f-ox-filter-table-column-del (back-end) >"Delete the columns $2 to $> marked as

Re: export only certain columns of an org-table to csv

2023-04-09 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> I have the following simple table >> >> >> #+Name: table >> | / | / | <> | <> | >> | | Name | Sheet1 | Sheet2 | >> |---+++| >> | | Smith | Ex1| Ex2| >> | | Miller | Ex3| Ex4

Re: export only certain columns of an org-table to csv

2023-04-09 Thread Ihor Radchenko
Uwe Brauer 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

export only certain columns of an org-table to csv

2023-04-08 Thread Uwe Brauer
Hi 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