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

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

Re: non-sourcecode log files


From: Kai Grossjohann
Subject: Re: non-sourcecode log files
Date: Thu, 04 Dec 2003 19:39:03 +0000
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux)

John Kodis <kodis@mail630.gsfc.nasa.gov> writes:

> I've investigated diary mode, but that seems geared toward maintaining
> calendar entries rather than what I think of as a diary.

I can think of steno-mode.  I think that's what it was called.

But it seems that maybe something extremely simple such as

(defun john-add-diary ()
  (interactive)
  (find-file "~/johns-diary")
  (end-of-buffer)
  (newline)
  (insert (format-time-string "%Y-%m-%d ")))

might do something you like.



reply via email to

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