Uwe Brauer <o...@mat.ucm.es> writes:

>    > Uwe Brauer <o...@mat.ucm.es> writes:
>
>    > For example:
>
>    >   (defun my-format-timestamps (cell)
>    >     (org-quote-csv-field
>    >      (replace-regexp-in-string org-ts-regexp-both "\\1" cell)))
>
>    >   (defun my-tbl-to-csv (table params)
>    >     (orgtbl-to-csv table
>    >                    (org-combine-plists '(:fmt my-format-timestamps) 
> params)))
>
> Thanks, but forgive me my ignorance, how are these functions suppose to
> work. They are not interactive, so shall I put them in some hook or
> other function? Sorry for this elementary question.

Use `my-tbl-to-csv' as a replacement for `orgtbl-to-csv'. How did you
"export table to CSV" in the first place?

Reply via email to