From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Re: Agenda view > Day separator Date: Mon, 17 May 2010 13:23:59 +0200 Message-ID: <878w7ipy9c.fsf@mundaneum.com> References: <87vdasfb1w.fsf@mundaneum.com> <87ocgjzjc7.wl%ucecesf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: 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-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Eric and Carsten, Eric S Fraga wrote: > On Thu, 13 May 2010 20:27:27 +0200, Carsten Dominik wrote: >> >> Take a look at the variable org-agenda-format-date. >> Or you can write your own function to do something fancier, maybe based = on >> `org-agenda-format-date-aligned'. > > Thanks Carsten. This did the job. I modified your function to add a 120 l= ong > blank string at the end of the date [...] and I have a clear date separat= or! > Underline would work as well, of course. Another version, I guess, from what you wrote. No length hard-coded, except for the 10 characters of the ISO date and 1 space after. --8<---------------cut here---------------start------------->8--- (setq org-agenda-format-date (concat "%Y-%m-%d " (make-string (- (window-width) 11) (string-to-char "_")))) --8<---------------cut here---------------end--------------->8--- The agenda view is much, much clearer now... Thanks both for your help, Seb --=20 S=C3=A9bastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode