Is there a way to save a history of executions of Babel code blocks? Basically I want to record the block, timestamp, and filename.
Maybe if it's not there, someone knows a similar function that I can hack? Basically I need a way to get a hold of current selection, timestamp and filename, and a way of appending it to a text file.
Here what you can do:
org-babel-execute-src-block
You can also write results into a log file.