Skip to content

org-clock-csv--escape should be "public" #21

@sshaw

Description

@sshaw

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions