emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: [Accepted] Re: Bug: Jumping to a date in the agenda change


From: Matt Lundin
Subject: [Orgmode] Re: [Accepted] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]
Date: Thu, 24 Feb 2011 09:38:50 -0500
User-agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux)

Matt Lundin <address@hidden> writes:

> Bastien Guerry <address@hidden> writes:
>
>> Patch 543 (http://patchwork.newartisans.com/patch/543/) is now "Accepted".
>
>>> * org-agenda.el (org-agenda-list): Use org-agenda-current-span as a
>>> possible default span if it is set.

> This patch breaks custom commands --- i.e., if one binds org-agenda-span
> in a custom command, it seems to be overridden by the span of whatever
> agenda command one last called (i.e., org-agenda-current-span).
>
> Steps to replicate:
>
> 1. (setq org-agenda-span 'day)
>
> 2. M-x org-agenda-list
>
> 3. Check the value of org-agenda-current-span => day
>
> 4. Call the following custom command:
>
> (setq org-agenda-custom-commands
>       '(("c" "Calendar" agenda ""
>        ((org-agenda-span 'week)
>         (org-agenda-start-on-weekday 0)       
>         (org-agenda-time-grid nil)
>         (org-agenda-entry-types '(:timestamp :sexp))
>         (org-agenda-prefix-format " %-12:t ")
>         (org-deadline-warning-days 0)
>         (org-agenda-include-all-todo nil)
>         (org-agenda-repeating-timestamp-show-all t)
>         ))))
>
> This results in only a day view because org-agenda-current-span is still
> 'day.
>

Has there been any progress on this issue? I am finding that the local
span bindings in the custom command above still do not have any effect.
My default agenda span is a day. If I call the custom command above, it
displays only one day, despite the local setting.

Best,
Matt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]