From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.bugs Subject: RE: html calendar Date: Mon, 12 Dec 2005 13:08:06 -0800 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1134426625 3803 80.91.229.2 (12 Dec 2005 22:30:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Dec 2005 22:30:25 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Dec 12 23:30:23 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ElwBE-0000L1-Av for geb-bug-gnu-emacs@m.gmane.org; Mon, 12 Dec 2005 23:30:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ElwBj-0006Mz-Ow for geb-bug-gnu-emacs@m.gmane.org; Mon, 12 Dec 2005 17:30:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Eluv0-0007IW-3h for bug-gnu-emacs@gnu.org; Mon, 12 Dec 2005 16:09:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Eluuq-0007Cd-22 for bug-gnu-emacs@gnu.org; Mon, 12 Dec 2005 16:09:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eluup-0007CQ-RL for bug-gnu-emacs@gnu.org; Mon, 12 Dec 2005 16:08:59 -0500 Original-Received: from [141.146.126.228] (helo=agminet01.oracle.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1Eluwc-0007tf-0F for bug-gnu-emacs@gnu.org; Mon, 12 Dec 2005 16:10:50 -0500 Original-Received: from rgmsgw301.us.oracle.com (rgmsgw301.us.oracle.com [138.1.186.50]) by agminet01.oracle.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id jBCLQ35e008641; Mon, 12 Dec 2005 15:26:04 -0600 Original-Received: from rgmsgw301.us.oracle.com (localhost [127.0.0.1]) by rgmsgw301.us.oracle.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id jBCL88JN024837; Mon, 12 Dec 2005 14:08:08 -0700 Original-Received: from dradamslap (dradams-lap.us.oracle.com [130.35.177.126]) by rgmsgw301.us.oracle.com (Switch-3.1.7/Switch-3.1.7) with SMTP id jBCL87gp024829 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 12 Dec 2005 14:08:07 -0700 Original-To: , X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:14629 Archived-At: I wrote a small package, mostly mimicking the LaTeX Calendar package, to create an html calendar with the personal diary entries. I find it useful, so I thought of contributing it. Please tell me what to do next. I assume you are speaking of Emacs-Lisp code to do what you describe. 1. You could propose its inclusion in a future version of Emacs (but probably not the soon-to-be-released 22.1). 2. Or you could contribute it to Emacs Wiki: http://www.emacswiki.org/cgi-bin/wiki/ElispArea - to post a Lisp file. http://www.emacswiki.org/cgi-bin/wiki/SiteMap - main page 3. Or you could send it to gnu-emacs-sources@gnu.org. You can do more than one of the above. I'd recommend doing at least #2. (bug-gnu-emacs is not the right list for this, BTW.)