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