From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= Subject: Re: Agenda view > Day separator Date: Tue, 18 May 2010 10:33:18 +0200 Message-ID: <87bpcdk3sh.fsf@gmail.com> References: <87vdasfb1w.fsf@mundaneum.com> <87ocgjzjc7.wl%ucecesf@ucl.ac.uk> <878w7ipy9c.fsf@mundaneum.com> <11341.1274130150@alphaville.usa.hp.com> <87vdal4q1b.fsf@mundaneum.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=60788 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEIZe-0003F2-7e for emacs-orgmode@gnu.org; Tue, 18 May 2010 04:56:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEIFA-0001oI-GD for emacs-orgmode@gnu.org; Tue, 18 May 2010 04:38:37 -0400 Received: from plane.gmane.org ([80.91.229.3]:51164) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEIF8-0001nM-TJ for emacs-orgmode@gnu.org; Tue, 18 May 2010 04:33:39 -0400 Received: from public by plane.gmane.org with local (Exim 4.63) (envelope-from ) id 1OEIF4-0006yn-TR for emacs-orgmode@gnu.org; Tue, 18 May 2010 10:33:34 +0200 In-Reply-To: <87vdal4q1b.fsf@mundaneum.com> (=?utf-8?Q?=22S=C3=A9bastien?= Vauban"'s message of "Tue, 18 May 2010 09:39:27 +0200") 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: =?utf-8?Q?S=C3=A9bastien?= Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org S=C3=A9bastien Vauban writes: > (setq org-agenda-format-date > (concat "%Y-%m-%d %a " > (make-string (- (window-width) 15) (string-to-char "_")))) > > Carsten, maybe this could be made the default value? I guess it would he= lp > people out there, when using the default config. Just a suggestion, I don= 't > mind setting it myself in my .emacs. [If that happens, please change (string-to-char "_") to ?_ Elisp has read syntax for characters, so you're making an unnecessary function call.] =C5=A0t=C4=9Bp=C3=A1n