You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, view month and view day both shift the cursor to and start
the view's span from the start day (Monday by default). In emacs, all
view changes take into account the agenda date that the cursor is on,
and then choose the beginning date accordingly. These changes aim to
mimic emacs behavior by
1. modifying all view changes to stop moving the cursor
2. displaying the W number in all spans types
3. change the first day of the view to be the first day of the span
Reuse existing function OrgDate:start_of(span)
Ensure start is on user configured start week for initial
week view as well
Co-authored-by: Kristijan Husak <[email protected]>
0 commit comments