Hi Thomas,

Thomas Alexander Gerds <t...@biostat.ku.dk> 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

Reply via email to