emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* can babel results show time of evaluation?
@ 2013-01-28  8:57 Thomas Alexander Gerds
  2013-01-30 10:56 ` Bastien
  0 siblings, 1 reply; 14+ messages in thread
From: Thomas Alexander Gerds @ 2013-01-28  8:57 UTC (permalink / raw)
  To: emacs-orgmode


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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-01-31 11:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-28  8:57 can babel results show time of evaluation? Thomas Alexander Gerds
2013-01-30 10:56 ` Bastien
2013-01-30 12:26   ` Thomas Alexander Gerds
2013-01-30 17:09     ` Eric Schulte
2013-01-30 17:26       ` Bastien
2013-01-30 17:54       ` Bastien
2013-01-30 18:38         ` Thomas Alexander Gerds
2013-01-30 21:00         ` Eric Schulte
2013-01-30 21:13           ` Achim Gratz
2013-01-31 11:05             ` Bastien
2013-01-31 10:22           ` Bastien
2013-01-30 19:22       ` Nicolas Goaziou
2013-01-30 20:58         ` Eric Schulte
2013-01-30 21:21           ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).