emacs-wiki-discuss
[Top][All Lists]
Advanced

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

[emacs-wiki-discuss] Re: [Q] Lost with appt, schedule, ...


From: Michael Olson
Subject: [emacs-wiki-discuss] Re: [Q] Lost with appt, schedule, ...
Date: Wed, 05 Oct 2005 09:31:12 -0500
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Xavier Maillard <address@hidden> writes:

>> What I want is simply entering things we call (in french)
>> « rendez-vous ».
>>
>> I tried all or almost all of the scheduling stuff but I can't find
>> the Right(tm) solution between planner-diary, planner-schedule and
>> planner-appt.

I just use diary+appt to deal with plans that have a specific time
associated with them.  I like to have all the diary entries for the
week shown in my daily planner pages.

(require 'appt)
(require 'planner)
(require 'planner-diary)

(planner-diary-insinuate)
(appt-activate 1)

(setq planner-diary-number-of-days 7
      planner-diary-use-diary t)

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: anime, Debian, XHTML, wiki, Emacs Lisp
  /` |\ | | | IRC: mwolson on freenode.net: #hcoop, #muse, #PurdueLUG
 |_] | \| |_| Jabber: mwolson_at_hcoop.net

Attachment: pgpoVbLvrFXq3.pgp
Description: PGP signature


reply via email to

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