"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > Hi! > > Before emacs 22 my tasks starting with, for instance, @10:00, popped up > in the schedule section. I want this to happen again. I use create task > with @time for appointements. How shall I change .emacs so that > appointments will show oth as tasks and in the schedule section? >
Here is my config, that work fine: (require 'planner-appt) (planner-appt-use-tasks) (planner-appt-insinuate) (planner-appt-calendar-insinuate) (setq planner-appt-task-use-appointments-section-flag t) (setq planner-appt-sort-schedule-on-update-flag t) (planner-appt-schedule-cyclic-insinuate) -- A + Thierry Pub key: http://pgp.mit.edu _______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
