[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Agenda views w/m: inconsistency, bug
From: |
Carsten Dominik |
Subject: |
Re: [O] Agenda views w/m: inconsistency, bug |
Date: |
Sun, 23 Oct 2011 12:17:27 +0200 |
On 23.10.2011, at 12:06, Karl Voit wrote:
> Hi!
>
> In short:
>
> Personally I do think that org-aganda-week-view[1] and
> org-agenda-month-view behave differently. The first one shows
> today and the upcoming six days whereas the month view shows the
> current calendar month, independent of the current day.
You are right that this looks inconsistent, however, it is not.
You get this view for the weekly agenda only because
org-agenda-start-on-weekday is nil. You can set it to 1 to
make the week agenda start on Monday and then be consistent with
the monthly view.
You are looking for a view that covers 30 days.
The view you are requesting can be made with
C-u 30 C-c a a
or with a simple custom command that sets
org-agenda-span to 30 in the options section
of the command.
HTH
- Carsten
>
> Example problem:
>
> Last week I started to use calendar export to ics/Google Calendar.
> Therefore I am using org-agenda-month-view to narrow down my data
> that gets exported.
>
> If I export my agenda today, I only get about a week of agenda
> days I am interested (upcoming schedule) and more than three weeks
> of agenda days that are of no use for me any more (past).
>
> I propose:
>
> I'd personally prefer org-agenda-month-view showing today and the
> upcoming 30 days instead.
>
>
> 1. There is a bug in the documentation btw: instead of
> «org-aganda-week-view» there is «org-aganda-day-view» on
> http://orgmode.org/org.html#Agenda-commands
>
> --
> Karl Voit
>
>