Re: [PATCH] Babel evaluation: location and timing information (v2)

2022-09-24 Thread Timothy
Hi All, I’ve now resolved all the documentation issues Ihor raised, and since there were no other concerns raised, I’ve just pushed this as e8a797e1437d7aef2ce414694d2b642683f79976. All the best, Timothy

Re: [PATCH] Babel evaluation: location and timing information (v2)

2022-09-23 Thread Ihor Radchenko
Timothy writes: > * lisp/ob-core.el (org-babel-execute-src-block, > org-babel-format-result): Record the babel execution time, and then > supplement the "Code block evaluation complete." (etc.) messages with > the execution time when >0.05s. I'd also mention the new optional arguments. >

Re: [PATCH] Babel evaluation: location and timing information (v2)

2022-09-23 Thread Timothy
Hi All, Ihor raised a concern about the time needed to determine element type. This information is now passed on from other parts of Org, so there’s no overhead from this any more. Since this also applies to inline types, I’ve switched to showing the point position instead of the line number. As