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" <[email protected]> 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.