Xavier Maillard <[EMAIL PROTECTED]> 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
pgpdhZpbYUgV0.pgp
Description: PGP signature
_______________________________________________ emacs-wiki-discuss mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss
