From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Alexander Gerds Subject: can babel results show time of evaluation? Date: Mon, 28 Jan 2013 09:57:24 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzkWz-0005wI-Nu for emacs-orgmode@gnu.org; Mon, 28 Jan 2013 03:57:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TzkWv-0002vZ-NH for emacs-orgmode@gnu.org; Mon, 28 Jan 2013 03:57:33 -0500 Received: from mail-lb0-f169.google.com ([209.85.217.169]:62466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzkWv-0002vN-Fn for emacs-orgmode@gnu.org; Mon, 28 Jan 2013 03:57:29 -0500 Received: by mail-lb0-f169.google.com with SMTP id m4so3565543lbo.14 for ; Mon, 28 Jan 2013 00:57:28 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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