emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Show weekday in daily agenda view


From: Prof. Dr. Johanna May
Subject: Re: [O] Show weekday in daily agenda view
Date: Wed, 15 May 2019 12:48:10 +0200
User-agent: mu4e 1.0; emacs 25.3.1

Hey there,
thank you very much, that is now perfect:

I use

(setq org-agenda-format-date ;; (1)
      "%Y-%m-%d %A ----------------------------------------") ;; (1)

(the (1) in brackets gives me an indication of where I got the initial
code from)

and it gives me

2019-05-15 Mittwoch ----------------------------------------

all I want :)

Cheers and have a good week
J

Richard Lawrence writes:

> Hi Johanna,
>
> "Prof. Dr. Johanna May" <address@hidden> writes:
>
>> thanks for pointing me at the variable org-agenda-format-date. There
>> was  a line in my dotemacs that included a formatting without the
>> weekday (something like %y-%w-%d).
>
> Ah, ok, great!
>
>> I could not figure out how the name-of-the-weekday format would be
>> called. But for now I'm fine with returning to the default which gives
>> me an English date including the weekday.
>
> You probably want "%a" or "%A" somewhere in there, if you want a
> locale-specific name of the weekday.  See the docstring for the
> format-time-string function.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]