Since this can be called in a user-defined format function is should use the "public" convention, e.g. one less "-": org-clock-csv-escape.
If backwards compatibility is a concern you can do something like:
(defun org-clock-csv--escape (str)
(warn "org-clock-csv--escape is deprecated and will be removed in version X. Use org-clock-csv-escape instead")
(org-clock-csv-escape str))
Since this can be called in a user-defined format function is should use the "public" convention, e.g. one less
"-":org-clock-csv-escape.If backwards compatibility is a concern you can do something like: