Start a new topic

Change agenda start day

 I would like to change the Agenda view to start on the current day and show the next 10 days.


Using the information from this this StackOverflow thread, the following command should provide this:

(setq org-agenda-start-on-weekday nil)
(setq org-agenda-span 10)

I added this to my init.org:

#+begin_src scheme
(setq org-agenda-start-on-weekday nil)
(setq org-agenda-span 10)
#+end_src

 

This does not work, but I don't know if this is because I put in the wrong syntax (I am very, very new to org-mode), or if beorg does not support this feature yet.



1 person likes this idea

beorg only implements a (fairly small) subset of Org mode, and doesn't currently support customising how many days are shown in the agenda. I do hope in the future to make both the Agenda and Tasks tabs more flexible in how you can define what is displayed (including sort order, etc).


1 person likes this

Please consider this also a feature request for org-agenda-start-on-weekday. I would like the week to start on a different weekday. It would also be fine it this could be a preference in the “Settings” tab (I know it this way from other calendar applications I use(d)).


1 person likes this
Login or Signup to post a comment