From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: jumping in custom agenda view loses settings Date: Thu, 17 Jun 2010 09:29:12 +0100 Message-ID: <87pqzqjc4n.wl%ucecesf@ucl.ac.uk> Reply-To: e.fraga@ucl.ac.uk Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Thu_Jun_17_09:29:12_2010-1" Return-path: Received: from [140.186.70.92] (port=56553 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPBM4-0007CO-Rr for emacs-orgmode@gnu.org; Thu, 17 Jun 2010 05:25:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPBM3-0006RV-NK for emacs-orgmode@gnu.org; Thu, 17 Jun 2010 05:25:48 -0400 Received: from vscane-a.ucl.ac.uk ([144.82.108.41]:49035) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPBM3-0006QB-JH for emacs-orgmode@gnu.org; Thu, 17 Jun 2010 05:25:47 -0400 Received: from pinto.chemeng.ucl.ac.uk ([128.40.74.171] helo=pinto.chemeng.ucl.ac.uk.ucl.ac.uk) by vscane-a.ucl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1OPBKf-0005Hp-FB for emacs-orgmode@gnu.org; Thu, 17 Jun 2010 10:24:21 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode mailing list --Multipart_Thu_Jun_17_09:29:12_2010-1 Content-Type: text/plain; charset=US-ASCII 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 --Multipart_Thu_Jun_17_09:29:12_2010-1 Content-Type: text/plain; charset=US-ASCII -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D --Multipart_Thu_Jun_17_09:29:12_2010-1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --Multipart_Thu_Jun_17_09:29:12_2010-1--