From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: can babel results show time of evaluation? Date: Wed, 30 Jan 2013 11:56:44 +0100 Message-ID: <87haly2aag.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52543) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0Vbz-0001OH-7C for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 06:13:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0Vbv-00020i-OM for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 06:13:51 -0500 Received: from mail-we0-x234.google.com ([2a00:1450:400c:c03::234]:60268) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0Vbv-000206-Gs for emacs-orgmode@gnu.org; Wed, 30 Jan 2013 06:13:47 -0500 Received: by mail-we0-f180.google.com with SMTP id k14so1075268wer.39 for ; Wed, 30 Jan 2013 03:13:46 -0800 (PST) In-Reply-To: (Thomas Alexander Gerds's message of "Mon, 28 Jan 2013 09:57:24 +0100") 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: Thomas Alexander Gerds Cc: emacs-orgmode@gnu.org Hi Thomas, Thomas Alexander Gerds writes: > (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. I'm not sure too (both whether this is a good idea and whether this would trigger other changes)... but I'd say this is a very specific need, and it can be fulfilled by asking the code to insert a timestamp into the exported results, right? See for e.g.: #+BEGIN_SRC emacs-lisp :results raw (message ";; %s" (format-time-string (cdr org-time-stamp-custom-formats))) #+END_SRC HTH, -- Bastien