From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: calendar problem: week number Date: Fri, 08 Aug 2008 16:43:34 +0200 (CEST) Message-ID: <20080808.164334.228744253.wl@gnu.org> References: <20080807.111511.144819219.wl@gnu.org> <200808071138.58607.horn@uni-koblenz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1218206747 18899 80.91.229.12 (8 Aug 2008 14:45:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Aug 2008 14:45:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: horn@uni-koblenz.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 08 16:46:36 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KRTEg-0007mT-Je for ged-emacs-devel@m.gmane.org; Fri, 08 Aug 2008 16:46:34 +0200 Original-Received: from localhost ([127.0.0.1]:59854 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRTDl-0006Ha-3h for ged-emacs-devel@m.gmane.org; Fri, 08 Aug 2008 10:45:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KRTCL-0004Uh-P7 for emacs-devel@gnu.org; Fri, 08 Aug 2008 10:44:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KRTCK-0004T1-Rw for emacs-devel@gnu.org; Fri, 08 Aug 2008 10:44:08 -0400 Original-Received: from [199.232.76.173] (port=57536 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRTCK-0004Se-C6 for emacs-devel@gnu.org; Fri, 08 Aug 2008 10:44:08 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.171]:60446) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KRTCJ-0002TD-Ue for emacs-devel@gnu.org; Fri, 08 Aug 2008 10:44:08 -0400 Original-Received: from localhost (ip-78-94-2-240.hsi.ish.de [78.94.2.240]) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis) id 0ML21M-1KRTC80Q0a-00083y; Fri, 08 Aug 2008 16:43:56 +0200 In-Reply-To: <200808071138.58607.horn@uni-koblenz.de> X-Mailer: Mew version 5.2.53 on Emacs 23.0.50.2 / Mule 5.0 (SAKAKI) X-Provags-ID: V01U2FsdGVkX1/BSh9/ZVPhbrMoKaIs4J41u55VsqXJoN1MJie sGhM5GRSVKklHz+4du5v89GIW3y1hGMBV+mR2WU8zRwsop74JO pvufg3kVaPTumYsyFPynw== X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:102204 Archived-At: > > Companies in German are used to refer to the `Kalenderwoche' (the > > current number of the week counted from the beginning of the > > year). For example, this week is the 32nd week. Can I configure > > `calendar' to make it display, eg., like in the attached image? I > > haven't found a hint in the info file. > > I use this custom code to do that: [...] Thanks, but helps a bit but it is not what I really want -- in most cases you don't need the current week number but a values of a completely different week number. Maybe this can be added somehow to calendar. Werner