You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not strongly opposed to this, but it appears that notes are unstructured by design, and I'm not quite sure they fall into the category of "data" in quite the same way that the other fields do. There's also the added complication of escaping the notes so that they abide by the CSV format itself -- e.g. turning line breaks into \n, " into "", and so on.
In my typical workflow, I make a note of what I was working on after I clock out, so that I can remember where I left off. I was hoping to retain this information in the csv output, so I can render it into my work report document, as some of my contracts require it.
old thread ... but for the record...
I have a need for this as well, I like to include the notes on the client invoices. Emacs newbie and lisp ignorant but I think this code should pretty much be written but having a difficult time finding it. The Log mode of agenda view brings in the first line of the note which would be good enough for me.
org supports per-clock notes when clocking out via:
Example:
It would be nice if this could be exported to csv as well.
The text was updated successfully, but these errors were encountered: