From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: jump to iso-week in agenda Date: Thu, 20 Mar 2008 14:21:42 +0100 Message-ID: References: <26699.1206003342@norvel.baumann-gauting.site> <6028.1206009414@norvel.baumann-gauting.site> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JcKiM-0000gk-NV for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 09:21:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JcKiK-0000dh-54 for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 09:21:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JcKiJ-0000dJ-UW for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 09:21:47 -0400 Received: from fg-out-1718.google.com ([72.14.220.158]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JcKiJ-0000r4-O3 for emacs-orgmode@gnu.org; Thu, 20 Mar 2008 09:21:47 -0400 Received: by fg-out-1718.google.com with SMTP id d23so917651fga.30 for ; Thu, 20 Mar 2008 06:21:46 -0700 (PDT) In-Reply-To: <6028.1206009414@norvel.baumann-gauting.site> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: dtbaumann@yahoo.de Cc: emacs-orgmode@gnu.org On Mar 20, 2008, at 11:36 AM, Thomas Baumann wrote: > Hi Carsten, > > the view is much clearer now, thanks. Personally, I don't need the > Week > on Mondays but this is a matter of taste (or customize). > >> Performance is not an issue, certainly not in comparison with the >> other >> stuff that is going on to compute the agenda. > > Yes, I already moved most old stuff to archives which are included > only > on my desktop. > >>> BTW: (format "%-9s %2d %s %4d %s" >>> dayname day monthname year weekstring))) >>> >>> >>> doesn't work as expected for German locale >> >> >> In what way does it not work? > > just an cosmetic issue, "Donnerstag" has 10 letters and does not fit > into "%-9s". Ah. Hmmmmm. I hate locale stuf :-) - Carsten