all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: F. Xavier Noria <fxn@retemail.es>
Subject: Re: Journal package for Emacs?
Date: Sat, 7 Sep 2002 17:45:49 +0200	[thread overview]
Message-ID: <20020907174549.5fcc239c.fxn@retemail.es> (raw)
In-Reply-To: <jbadmtdgk3.fsf@analog.net>

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	other threads:[~2002-09-07 15:45 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-07 14:20 Journal package for Emacs? mike hardy
2002-09-07 15:45 ` F. Xavier Noria [this message]
2002-09-07 16:02 ` David Forrest
2002-09-07 17:42 ` Thien-Thi Nguyen
2002-09-07 19:30 ` Kai Großjohann
2002-09-07 22:04   ` mike hardy
2002-09-08 20:26     ` Kai Großjohann
2002-09-09  0:17       ` mike hardy
2002-09-09  9:48         ` Francesco Scaglioni
2002-09-09 11:18     ` Galen Boyer
2002-09-09 22:23       ` mike hardy
2002-09-08  6:49   ` Sacha Chua
     [not found]   ` <mailman.1031467986.16594.help-gnu-emacs@gnu.org>
2002-09-08 20:26     ` Kai Großjohann
2002-09-09  0:22     ` mike hardy
2002-09-09  3:22       ` David Forrest
     [not found] <mailman.1031541847.25738.help-gnu-emacs@gnu.org>
2002-09-09 14:49 ` Stefan Monnier <foo@acm.com>
2002-09-09 15:53   ` David Forrest
     [not found] <mailman.1031586979.16781.help-gnu-emacs@gnu.org>
2002-09-09 16:40 ` Jochen Küpper
2002-09-09 17:05   ` David Forrest
2002-09-09 21:25 ` Kevin Rodgers
2002-09-09 22:10   ` Alex Schroeder
2002-09-10 16:07     ` Kevin Rodgers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020907174549.5fcc239c.fxn@retemail.es \
    --to=fxn@retemail.es \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.