Hello,

I am tentatively exploring planner for my Planning needs...

I have added the following to my .emacs file:

(setq muse-project-alist
      '(("WikiPlanner"
         ("~/plans"   ;; Or wherever you want your planner files to be
          :default "index"
          :major-mode planner-mode
          :visit-link planner-visit-link))))

(setq planner-cyclic-diary-file "~/plans/.diary.cyclic-tasks")

(require 'planner)
(require 'remember)
(require 'planner-cyclic)
(require 'remember-planner)

(planner-install-extra-task-keybindings)
(planner-appt-use-schedule)
(planner-appt-insinuate)

(setq remember-handler-functions '(remember-planner-append))
(setq remember-annotation-functions planner-annotation-functions)
(setq planner-appt-forthcoming-look-at-cyclic-flag t)
(setq planner-appt-sort-schedule-on-update-flag t)
(setq planner-appt-update-appts-on-save-flag t)

I have set up a file .diary.cyclic-tasks as follows:

Tue @11:00 | 12:00 | Meeting A
Tue @14:00 | 15:00 | Meeting B
Wed @11:00 | 12:30 | Meeting C
Wed @14:00 | 15:00 | Meeting D
Wed @17:00 | 19:00 | Meeting E

If I do M-x planner-appt-forthcoming-display, I get:

* Appointments in the next 7 days

Tue [[2007.10.30]] |  11:00 | 12:00 | Meeting A
               |  14:00 | 15:00 | Meeting B
Wed [[2007.10.31]] |  11:00 | 12:30 | Meeting C
               |  14:00 | 15:00 | Meeting D
               |  17:00 | 19:00 | Meeting E

However, none of these items show up in the Schedule section of the
respective day pages, which is where I really need them. Is there a
setting I am missing here? Or is this the expected behavior? Maybe I
need to use task-based appointments to get what I want?

Incidentally, when I open .diary.cyclic-tasks I get the message:
"Selective display active - press "s" in calendar before edit/copy"

What does this mean? If I do M-x calendar and press "s" I get:
Diary file "~/diary" does not exist

Regards,
Chris

_______________________________________________
Planner-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/planner-el-discuss

Reply via email to