>>>>> "Marie" == Marie R Krisko <[EMAIL PROTECTED]> writes:

    Marie> Does anyone know how to do a good timestamp with Emacs,
    Marie> like bind a key to give the date and time?

(defun time ()
  "insert the current date and time into the buffer."
  (interactive)
  (insert (current-time-string)))

then just do "M-x time" or bind it to whatever you like, say:

(global-set-key [C-f1] 'time)

    Marie> Is there a good calendar program for Linux, like for a "To
    Marie> Do" list or any kind of time management software? I need to
    Marie> organize all my dates for shows and places to be.

i use the diary/calendar in emacs, which suits me needs and means i
can access my calendar whether i'm using emacs in linux or windblows.
if you want a gui, ical looks pretty nice.

    Marie> How do you convert Windows Write files to something Linux
    Marie> will know, like ASCII text, without having to go back to
    Marie> Windows?

for word files, i just use:

strings foo.doc > foo.txt

but i just took a look at the innards of an rtf file for the first
time, and it seems it already *is* all ascii, with some tex-like
formating commands.  if you want it converted to ascii, it looks like
a sed/perl script may be in order.

    Marie> Okay and FINALLY, I used to use a Windows program called
    Marie> RECORDER.EXE to record macros but it also could record all
    Marie> keystrokes and save them and play them back again just the
    Marie> way I typed it. Can you do it with LINUX??

if you just want to expand keystrokes into larger phrases (eg, "foo
[space]" becomes "find outer otter"), see the help for abbrevs in
emacs.

-- 
      __                                                      __
     / /\      jeff covey, mailto:[EMAIL PROTECTED]       / /\
    / /  \          http://pobox.com/~jeff.covey            / /  \
   / / /\ \         baltimore, md (410) 669-4926           / / /\ \
  / / /\ \ \     classical guitar; midi sequencing;       / / /\ \ \
 / /_/__\ \ \    music notation; linux!; and more!       / /_/__\ \ \
/________\ \ \  for a list of files available from me,  /________\ \ \
\___________\/send me mail with "send index" as subject \___________\/

Hawaii has always been a very pivotal role in the Pacific. It is in the Pacific.
It is a part of the United States that is an island that is right here.
     -- Dan "one heartbeat from the presidency" Quayle

Reply via email to