> 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.



Reply via email to