emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] jumping in custom agenda view loses settings


From: Eric S Fraga
Subject: [Orgmode] jumping in custom agenda view loses settings
Date: Thu, 17 Jun 2010 09:29:12 +0100
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/23.1 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

Hello,

I have created a simple custom agenda view that restricts the items to
consider to those from just two files:

--8<---------------cut here---------------start------------->8---
(setq org-agenda-custom-commands '(("d" agenda "Only items from todo and diary"
    ((org-agenda-files '("~/git/notes/diary.org" "~/git/notes/tasks.org"))
     (agenda))
    )))
--8<---------------cut here---------------end--------------->8---

Dispatching this using "C-c a d" works just fine and moving within this
view using 'f' and 'p' also works; however, jumping using 'j' from
within the agenda view causes the agenda display to revert to the
default settings as if I had invoked it initially with "C-c a a".

Is there any way to jump from one date to another in a custom agenda
view?  Or am I trying to achieve something outside the planned use
cases for custom agenda views?

Thanks,
eric
-- 
Eric S Fraga
GnuPG: 8F5C 279D 3907 E14A 5C29  570D C891 93D8 FFFC F67D

reply via email to

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