From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Raimund.Kohl@freenet.de Newsgroups: gmane.emacs.help Subject: non nil? Date: Sat, 7 Sep 2002 17:49:40 +0200 (CEST) Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1031413941 30968 127.0.0.1 (7 Sep 2002 15:52:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 7 Sep 2002 15:52:21 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17nhsh-00083L-00 for ; Sat, 07 Sep 2002 17:52:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17nhsW-0000Tq-00; Sat, 07 Sep 2002 11:52:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17nhs3-0000RU-00 for help-gnu-emacs@gnu.org; Sat, 07 Sep 2002 11:51:39 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17nhs0-0000RF-00 for help-gnu-emacs@gnu.org; Sat, 07 Sep 2002 11:51:39 -0400 Original-Received: from mout0.freenet.de ([194.97.50.131]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17nhs0-0000RA-00 for help-gnu-emacs@gnu.org; Sat, 07 Sep 2002 11:51:36 -0400 Original-Received: from [194.97.50.138] (helo=mx0.freenet.de) by mout0.freenet.de with esmtp (Exim 4.10) id 17nhry-0005BK-00 for help-gnu-emacs@gnu.org; Sat, 07 Sep 2002 17:51:34 +0200 Original-Received: from a23fd.pppool.de ([213.6.35.253] helo=laptop.rkc) by mx0.freenet.de with esmtp (Exim 4.10 #1) id 17nhry-0005Ns-00 for help-gnu-emacs@gnu.org; Sat, 07 Sep 2002 17:51:34 +0200 Original-Received: by laptop.rkc (Postfix on SuSE Linux 8.0 (i386), from userid 500) id 8C5505DE11; Sat, 7 Sep 2002 17:49:40 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by laptop.rkc (Postfix on SuSE Linux 8.0 (i386)) with ESMTP id 5A8854E7A8 for ; Sat, 7 Sep 2002 17:49:40 +0200 (CEST) X-X-Sender: ray@laptop.rkc Original-To: emacs mailing list Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1124 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1124 Hi, I think I do have a silly question here - but since I am not a techguy I don't hesitate to ask anyway :-)) I am about to customize my diary and came across a part of the documentarey: "If the variable `cal-tex-diary' is non-`nil' (the default is `nil'), diary entries are included also (in weekly and monthly calendars only)." If I want to have the diary entries printed with the latex-calender I am to declare (setq cal-tex-diary t) in the .emacs file? Thank you, ray