Re: [O] customize agenda time boundaries

2012-01-24 Thread Bastien
Hi Sergio, Bernt Hansen writes: > You might be able to use org-agenda-span to accomplish > some of this. Yes -- a combination of `org-agenda-starting-day' and `org-agenda-span' should do. HTH, -- Bastien

Re: [O] customize agenda time boundaries

2012-01-23 Thread Bernt Hansen
sergio writes: > On 01/23/2012 07:17 AM, Bernt Hansen wrote: > >> (setq org-agenda-start-on-weekday nil) >> >> C-c a a j -3 w > > OK, it works. But it's complicated and week was just an example. > How to do the same for 3 days? For one day (show 12 hours before, and 12 > after the current moment

Re: [O] customize agenda time boundaries

2012-01-22 Thread sergio
On 01/23/2012 07:17 AM, Bernt Hansen wrote: > (setq org-agenda-start-on-weekday nil) > > C-c a a j -3 w OK, it works. But it's complicated and week was just an example. How to do the same for 3 days? For one day (show 12 hours before, and 12 after the current moment)? -- sergio.

Re: [O] customize agenda time boundaries

2012-01-22 Thread Bernt Hansen
sergio writes: > Is it possible to display a week (for example) in agenda, but not from > Monday till Sunday, but from 3 days ago from today till 3 days forward? Hi Sergio, (setq org-agenda-start-on-weekday nil) C-c a a j -3 w Regards, Bernt

[O] customize agenda time boundaries

2012-01-22 Thread sergio
Hello. Is it possible to display a week (for example) in agenda, but not from Monday till Sunday, but from 3 days ago from today till 3 days forward? -- sergio.