Sebastien Vauban <wxhgmqzgw...@spammotel.com> writes:
>
> The timestamp stuff comes from EmacsWiki:
>
> #+begin_src emacs-lisp
>   (defadvice message (before when-was-that activate)
>     "Add timestamps to `message' output."
>     (ad-set-arg 0 (concat (format-time-string "[%Y-%m-%d %T] ")
>                           (ad-get-arg 0))))
> #+end_src
>
> The "call tree" between packages is originally written by me:
> [...]

Thanks!  Very useful.
-- 
: Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D
: in Emacs 24.3.50.1 and Org release_7.9.3d-917-gb9c506


Reply via email to