From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fisherss Newsgroups: gmane.emacs.help Subject: emacs calendar bug ?? Date: Tue, 3 Jul 2007 23:03:53 +0800 Message-ID: <20070703150353.GA19037@ubuntu> Reply-To: fisherssml@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: sea.gmane.org 1183478924 14828 80.91.229.12 (3 Jul 2007 16:08:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 Jul 2007 16:08:44 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 03 18:08:42 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 1I5kvi-0006xw-2t for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Jul 2007 18:08:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5kvh-0007QK-Ki for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Jul 2007 12:08:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I5jvJ-0000YE-Ag for help-gnu-emacs@gnu.org; Tue, 03 Jul 2007 11:04:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I5jvE-0000Pw-Kw for help-gnu-emacs@gnu.org; Tue, 03 Jul 2007 11:04:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5jvE-0000Pm-Gr for help-gnu-emacs@gnu.org; Tue, 03 Jul 2007 11:04:08 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I5jvD-00076C-PW for help-gnu-emacs@gnu.org; Tue, 03 Jul 2007 11:04:08 -0400 Original-Received: by wa-out-1112.google.com with SMTP id k34so2608881wah for ; Tue, 03 Jul 2007 08:04:02 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:date:from:to:subject:message-id:reply-to:mail-followup-to:mime-version:content-type:content-disposition:user-agent; b=CWlTSsWHKtw6Ysl+Hz8fEhVoY+/n5uh48ep7P+OA/ZcZpXFgGcRM0AQo8K7FFh4KaiuAyOpmka2SZ3gJfSrwraQ/IPlCQMPvjIwRB+Ei9f4Xmnoq0yGdc7pdt9OcxBpi4eiB/w3rTbbD8MdU1efDFMdgUGFGtfYcPZKZsrbuHnQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:reply-to:mail-followup-to:mime-version:content-type:content-disposition:user-agent; b=NpMGewpSfbrU6TmyF7Xw5LSR428InkR5VPwO1UIruiwsxiYDbGD2EvzjOnGH5L4MEcvt3sdAxJSg5TzchxNzDiqldfwckK27/AxgK4kRwzMBbTp+qiTY53HHw75PnEBCrUiiubK3p9+bblYZD1mM3UddiBoHreknU3QR2LR0IgI= Original-Received: by 10.114.125.2 with SMTP id x2mr6223403wac.1183475041978; Tue, 03 Jul 2007 08:04:01 -0700 (PDT) Original-Received: from ubuntu.localdomain ( [58.24.252.233]) by mx.google.com with ESMTP id n22sm30259115pof.2007.07.03.08.04.00 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 03 Jul 2007 08:04:01 -0700 (PDT) Original-Received: by ubuntu.localdomain (Postfix, from userid 1000) id 05BA83BD41; Tue, 3 Jul 2007 23:03:53 +0800 (CST) Mail-Followup-To: help-gnu-emacs Content-Disposition: inline User-Agent: Mutt/1.5.15+20070412 (2007-04-11) X-detected-kernel: Linux 2.6 (newer, 2) X-Mailman-Approved-At: Tue, 03 Jul 2007 12:04:14 -0400 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:45447 Archived-At: Hi guys I just have a problem about emacs calendar mode. When I use "t d" to export current day calendar to a .tex file, it generates a blank tex calendar file like the ones in a supermarket, but I have inserted diary with "i d", looks like it doesn't work like I thought. My problem is, is that a bug or calendar mode just comes without this function (generating .tex file with diary added by-hand) ? Thanks.