emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] can babel results show time of evaluation?


From: Thomas Alexander Gerds
Subject: [O] can babel results show time of evaluation?
Date: Mon, 28 Jan 2013 09:57:24 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

hi

I would like to overlay the hash info in results lines of this type

#+RESULTS[6e22789c4866716ffb3d0966cbb07c80cacf2d3c]:
[1] 1

by a description which shows the evaluation time, e.g. like this

#+RESULTS[[6e22789c4866716ffb3d0966cbb07c80cacf2d3c][ evaluated 2013-01-28 Mon 
09:33]]:

as far as I can see it would require to modify one line in ob-core.el 

(when hash (concat "["hash"]"))

e.g. by some polished version of this hack:

(when hash (concat "[["hash"][" (with-temp-buffer (org-insert-time-stamp 
(current-time) 'hm)) "]]"))

but, not sure if that is a good idea and what other changes this would require.

best Thomas 

--
sent from Nil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]