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: Tue, 18 May 2010 09:39:27 +0200 Message-ID: <87vdal4q1b.fsf@mundaneum.com> References: <87vdasfb1w.fsf@mundaneum.com> <87ocgjzjc7.wl%ucecesf@ucl.ac.uk> <878w7ipy9c.fsf@mundaneum.com> <11341.1274130150@alphaville.usa.hp.com> 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 Markus, Nick and Carsten, Markus Heller wrote: > On 5/17/2010 2:02 PM, Nick Dokos wrote: >> Markus Heller wrote: >> >>> Just curious, how can I get the day of the week in there as a string? >> >> %a - abbreviated >> %A - full name Just for the sake of clarity and completeness, here's my current definition= of the "format string for displaying dates": --8<---------------cut here---------------start------------->8--- (setq org-agenda-format-date (concat "%Y-%m-%d %a " (make-string (- (window-width) 15) (string-to-char "_")))) --8<---------------cut here---------------end--------------->8--- Carsten, maybe this could be made the default value? I guess it would help people out there, when using the default config. Just a suggestion, I don't mind setting it myself in my .emacs. Best regards, 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