From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Show weekday in daily agenda view Date: Tue, 14 May 2019 17:15:58 -0400 Message-ID: <87v9ycrb3l.fsf@alphaville.usersys.redhat.com> References: <871s10df9r.fsf@th-koeln.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:43076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQemU-0001VK-RF for emacs-orgmode@gnu.org; Tue, 14 May 2019 17:16:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQemT-0001kF-Ps for emacs-orgmode@gnu.org; Tue, 14 May 2019 17:16:14 -0400 Received: from [195.159.176.226] (port=40530 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hQemT-0001jH-JD for emacs-orgmode@gnu.org; Tue, 14 May 2019 17:16:13 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hQemL-000Jxk-E0 for emacs-orgmode@gnu.org; Tue, 14 May 2019 23:16:05 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org johanna.may@th-koeln.de writes: > maybe I did not search the right way in google alias startpage. But I > could not figure out how to write next to the date e.g. 2000-04-01 the > weekday, i.e. the specific day of the week. It would come very handy to > have the date displayed as 2019-05-14 Tu and 2019-05-15 We and so on. Or > even have it spelled out as 2019-05-14 Tuesday. > How do you generate that view? Doesn't your agenda view already show the day of the week? With the recommended keybinding, I get a daily agenda with C-c a a d. Mine starts like this: ,---- | Day-agenda (W20): | Tuesday 14 May 2019 | 8:00...... ---------------- | appts: 10:00-11:30 Tools Meeting | 10:00...... ---------------- | 12:00...... ---------------- | 14:00...... ---------------- | 16:00...... ---------------- | 18:00...... ---------------- | 20:00...... ---------------- | work: Sched.Xx: TODO Review PR | work: Sched.2x: TODO Add issue | Weather: OpenWeatherMap: light rain, 3-8°C, 1010hpa, 90%, 3m/s `---- so it definitely shows the weekday, but perhaps you are doing something different? -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler