From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Naumann Newsgroups: gmane.emacs.help Subject: Re: emacs calendar bug ?? Date: Thu, 05 Jul 2007 12:23:22 +0200 Organization: albasani.net Message-ID: <878x9vywrp.fsf@tux.site> References: <85lkdxvvx4.fsf@emr.cs.iit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1183632037 339 80.91.229.12 (5 Jul 2007 10:40:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Jul 2007 10:40:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 05 12:40:32 2007 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I6OlD-0008Pi-Qb for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jul 2007 12:40:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I6OlD-00056s-DM for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jul 2007 06:40:31 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!feeder.news-service.com!xlned.com!feeder1.xlned.com!newsfeed.freenet.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-X-Trace: news.albasani.net nrlz6+64yXHe92kyuDTF3q1QMV8mPzMUUi91M2XyQOtl8nLY97m/YnJEYZXSV9zFM+oWKh1Bgw6Zmpdyz+y2qPVVTzZOTvMpTsryI1O2cthj0skHRFV0JAu/YI4uyHRs Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Thu, 5 Jul 2007 10:26:43 +0000 (UTC) X-User-ID: xrPNRIDb8XxxLkGgw7f7RVUuS9he8lR56e1hc15+c+I= Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAMFBMVEWFhYVzc3Pi4uIvLy8d HR0NDQ28vLyoqKiYmJhmZmZWVlb////19fVCQkLPz88CAgIg6hjwAAABUUlEQVQ4jWPYjQMwjEoQ kDj2GrvEdv+fWCQk175W+R+fjSGxXWdbwFXPtRe10SU2yu5OmLF7m7ofusQpxtc6u5V27y4+jSZx cmFhD5AqCelGkzi4wEN7957i+C/VaBKZD7O3vS75cjkeTWKPxe5N2Vr/fU3+v0aV2Fm0O++4vdUM 2SXaqBJtQhvO3P9lOu30ZmkUiT3hQn26/2OZdmvKVu/RhkjsARl6ymnfG/vA13uqLq7dndjFcRoo salLs2j3nuuvD2z89XrfxMhEm32uzwpmAyVqTzYy7t7x4Vba+0ubppo/nyCtnOfEIbabYVvFioWc uzeHr3tduGf+13nMn9MzPR6afN/NsNFthufcjqkWDRwNXcbOXcaGa9caF4Z+9WHY81DAwzcEHnEg sK35yxdpoOVLPK7+RBbfvZ3X5CPYubJW3SgSu1+aygyqlDiCJABgERmuSFM2TwAAAABJRU5ErkJg gg== Cancel-Lock: sha1:O2WAls/vkH8poQc0KUso2oGdEiM= sha1:mtlghtoFADFbMhjFJdS6GasetTE= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-NNTP-Posting-Host: 8mOCZ1/NytXtvF5hQDY8RV/NkL8yeXyyrHih9oJT5JM= Original-Xref: shelby.stanford.edu gnu.emacs.help:149894 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:45482 Archived-At: reingold@emr.cs.iit.edu (Edward M. Reingold) writes: >>>>>> "F" == Fisherss writes: > > F> When I use "t d" to export current day calendar to a .tex file, it > F> generates a blank tex calendar file like the ones in a supermarket, but > F> I have inserted diary with "i d", looks like it doesn't work like I > F> thought. > > You need to set > > (setq cal-tex-diary t) (setq cal-tex-diary t) has no effect on daily calendar and in my cal-tex.el (GNU Emacs 22.1) is written: ,----[cal-tex.el] | ;; TO DO | ;; | ;; (*) Add holidays and diary entries to daily calendar. | ;; `---- Is there a new version of cal-tex.el with this feature? Sven