help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Journal package for Emacs?


From: F . Xavier Noria
Subject: Re: Journal package for Emacs?
Date: Sat, 7 Sep 2002 17:45:49 +0200

On Sat, 07 Sep 2002 14:20:12 GMT
mike hardy <no_sp@m.for_me.org> wrote:

: I'll just use bookmarks for the journal file)?  I'm most interested in
: just being able to insert the date into a buffer.  I tried looking for
: some existing function in Emacs to allow me to do that but I don't find
: anything.

>From my .emacs:

(defun fxn-insert-time-stamp ()
  (interactive)
  (insert (time-stamp-string)))

(global-set-key (kbd "C-c t") 'fxn-insert-time-stamp)

-- fxn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]