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

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

Fwd: Re: [emacs-wiki-discuss] How to use planner-diary.el ?


From: Guy Bencteux
Subject: Fwd: Re: [emacs-wiki-discuss] How to use planner-diary.el ?
Date: Sat, 27 Mar 2004 18:46:10 +0100
User-agent: KMail/1.5.3

--- Begin Message --- Subject: Re: [emacs-wiki-discuss] How to use planner-diary.el ? Date: Sat, 27 Mar 2004 18:39:19 +0100 User-agent: KMail/1.5.3
Le Vendredi 26 Mars 2004 13:33, Thomas Gehrlein a écrit :
> Can you tell me what version of Emacs you use (this might be an Emacs
> vs. XEmacs issue)?  If you want, you might comment out the following line
> in planner-diary-get-diary-entries:
>
>       (flet ((message (&rest args) (ignore args)))
>
> Remove a closing paren ")" at the end of the defun, evaluate the defun and
> try again.  If you don't know what I'm talking about, just tell me what
> version of Emacs you use.

I am working with emacs 21.3.1, that I installed myself from sources.

The use of the following lines in my ~/.emacs.el with the file you gave me 
does not eliminate problems. 

(load-library "cal-desk-calendar")

 (add-hook 'diary-display-hook 'sort-diary-entries)
 (add-hook 'diary-display-hook 'fancy-schedule-display-desk-calendar t)

; Utilisation de planner-diary
  (require 'planner-diary)
  (planner-insinuate-diary)
;  (planner-diary-insinuate)
  (setq planner-day-page-template                               
        "* Tasks\n\n\n* Schedule\n\n\n* Diary\n\n\n* Notes")

I still have the messages "Cannot insert diary, no diary section in your 
buffer", and when I create a new task, I do not have any error message, but 
the task is still only created in the plan page and not in the daily page. 

Modifying the lines in planner-diary4.el as you proposed and relaunching emacs 
does not change anything.

Thank you for your help, and thank you if you can help me furher with the 
version number. 

Guy Bencteux



--- End Message ---

reply via email to

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