all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* refreshing agenda always uses global settings - can I change that.
@ 2007-08-14  8:34 Rainer Stengele
  2007-08-21  3:25 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Rainer Stengele @ 2007-08-14  8:34 UTC (permalink / raw)
  To: emacs-orgmode

Entering agenda view with a custom command like

(setq org-agenda-custom-commands
      '(
...
        ("d" agenda "X-Agenda 0 days deadline preview"
         ((org-deadline-warning-days 0)))
...
        ))

is a great thing to only see the items scheduled/deadlined for today.

With <TAB> I am changing to the org file of an item and am able to
modify an item.
Now I want to go back to the agenda view with C-x o. Why? Because this
way I end up at the same position I left agenda view.
Now I want to see my changes in the org file refreshed in the agenda
with "r".
What happens is that I loose my custom settings and end up seeing the
global agenda with all items scheduled/deadlined as in the global setting.

I would like to be able to keep my custom settings when "r" -efreshing
my agenda view.
How could I do that? Change the global variable on the fly?

rainer

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-21  3:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-14  8:34 refreshing agenda always uses global settings - can I change that Rainer Stengele
2007-08-21  3:25 ` Carsten Dominik

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.