From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Raimund Kohl-Fuechsle Newsgroups: gmane.emacs.help Subject: diary-lib Date: Wed, 19 May 2004 00:27:57 +0200 Organization: RKF-Consulting Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20040519002757.43e2170a@wahz> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1084919183 26037 80.91.224.253 (18 May 2004 22:26:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 May 2004 22:26:23 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 19 00:26:11 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BQD2J-0007wm-00 for ; Wed, 19 May 2004 00:26:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BQD0j-0004u3-3J for geh-help-gnu-emacs@m.gmane.org; Tue, 18 May 2004 18:24:33 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BQD0D-0004sg-VA for help-gnu-emacs@gnu.org; Tue, 18 May 2004 18:24:02 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BQCzh-0004kB-3s for help-gnu-emacs@gnu.org; Tue, 18 May 2004 18:24:01 -0400 Original-Received: from [212.227.126.189] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BQCWl-0006XZ-Eb for help-gnu-emacs@gnu.org; Tue, 18 May 2004 17:53:35 -0400 Original-Received: from [212.227.126.179] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BQCWk-0005EO-00 for help-gnu-emacs@gnu.org; Tue, 18 May 2004 23:53:34 +0200 Original-Received: from [80.140.20.207] (helo=wahz) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1BQCWj-0001Et-00 for help-gnu-emacs@gnu.org; Tue, 18 May 2004 23:53:33 +0200 Original-To: wiki X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-pc-linux-gnu) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:1f319457b87b086c07c81ac42a02b276 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18575 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18575 Hi there, I am digging through all those planner things to try to have a deeper insight into what planner is actually offering. I hope it's ok to ask all those questions here :-) The planner-diary.el says: ----snip--------------- (require 'planner) (require 'diary-lib) (require 'calendar) ----------------------- Now I wonder: planner is clear so far, but where do I find this diary-lib? And with "calender" is meant the emacs calender? Or is there a special software called calender.el required? Any help is welcome ray