emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* jumping in custom agenda view loses settings
@ 2010-06-17  8:29 Eric S Fraga
  0 siblings, 0 replies; only message in thread
From: Eric S Fraga @ 2010-06-17  8:29 UTC (permalink / raw)
  To: org-mode mailing list

[-- Attachment #1: Type: text/plain, Size: 883 bytes --]

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

[-- Attachment #2: Type: text/plain, Size: 75 bytes --]

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

[-- Attachment #3: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-17  9:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-17  8:29 jumping in custom agenda view loses settings Eric S Fraga

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).