From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Heller Subject: Re: Agenda view > Day separator Date: Mon, 17 May 2010 14:14:14 -0700 Message-ID: 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=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=35087 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OE7er-0007zu-M7 for emacs-orgmode@gnu.org; Mon, 17 May 2010 17:15:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OE7dq-0001PO-Sh for emacs-orgmode@gnu.org; Mon, 17 May 2010 17:15:19 -0400 Received: from lo.gmane.org ([80.91.229.12]:57026) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OE7dq-0001Oz-N6 for emacs-orgmode@gnu.org; Mon, 17 May 2010 17:14:26 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OE7dp-0003OS-5y for emacs-orgmode@gnu.org; Mon, 17 May 2010 23:14:25 +0200 Received: from 142.103.191.98 ([142.103.191.98]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 May 2010 23:14:25 +0200 Received: from hellerm2 by 142.103.191.98 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 May 2010 23:14:25 +0200 In-Reply-To: <11341.1274130150@alphaville.usa.hp.com> 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: emacs-orgmode@gnu.org 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 > > If you do > > C-h f format-time-string > > you'll get the complete list of formatting chars. > Ah, I was not aware of this. Emacs just takes a long time to learn. Thanks for the answer, Nick! Markus