Re: org-tables, export only certain column (csv)

2020-09-05 Thread Bastien
Hi Uwe, Uwe Brauer writes: > 4 years ago Michael Brand provided the following nice solution, which as > far as I know is still not in master. Please let us know if you find a generic solution for this, we could then add it to worg/org-hacks.org or perhaps. -- Bastien

org-tables, export only certain column (csv)

2020-06-24 Thread Uwe Brauer
Hi 4 years ago Michael Brand provided the following nice solution, which as far as I know is still not in master. (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 \"/\" on a row