Bill Burdick gmail.com> writes:
>
>
> Have you tried customizing org-agenda-format-date with a function?
Here's the doc string:
>
> "Format string for displaying dates in the agenda.
> Used by the daily/weekly agenda and by the timeline. This should be
> a format string understood by `form
Have you tried customizing org-agenda-format-date with a function? Here's
the doc string:
"Format string for displaying dates in the agenda.
Used by the daily/weekly agenda and by the timeline. This should be
a format string understood by `format-time-string', or a function returning
the formatt
Meir Goldenberg writes:
> Two questions:
>
> 1. My work week starts on Sunday, so I have:
>
> (setq org-agenda-start-on-weekday 0)
>
> Now the agenda timeline starts on Sunday as desired. However, it says on top
> "Week agenda (W34-W35)", i.e. it still thinks that the week starts on Monday.
> C
Two questions:
1. My work week starts on Sunday, so I have:
(setq org-agenda-start-on-weekday 0)
Now the agenda timeline starts on Sunday as desired. However, it says on
top "Week agenda (W34-W35)", i.e. it still thinks that the week starts on
Monday. Can I change that?
2. It would be very usef