emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* shortcut key for switching between custom agenda viewss
@ 2009-11-02 14:05 Adam Spiers
  2009-11-03  6:30 ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: Adam Spiers @ 2009-11-02 14:05 UTC (permalink / raw)
  To: org-mode mailing list

Within a custom agenda view, the key 'e' used to allow returning to
the *Agenda Commands* buffer to choose another agenda view, but this
no longer works.  I know that executing `org-agenda' produces the same
view, but I have it bound to C-c C-a which in the agenda view is
overloaded to `org-attach'.  I can rethink my key binding strategy
(IIRC most people bind `org-agenda' to C-c a?), but it would be nice
if there was a single keystroke to achieve the same by default.

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

* Re: shortcut key for switching between custom agenda viewss
  2009-11-02 14:05 shortcut key for switching between custom agenda viewss Adam Spiers
@ 2009-11-03  6:30 ` Carsten Dominik
  2009-11-03 12:15   ` Adam Spiers
  0 siblings, 1 reply; 4+ messages in thread
From: Carsten Dominik @ 2009-11-03  6:30 UTC (permalink / raw)
  To: Adam Spiers; +Cc: org-mode mailing list

Hi Adam,

I think it does make a lot of sense to have a *global* key to run
a new agenda command. Keys like `C-c C-a' belong to the major mode,
keys like `C-c a' belong to you and therefore are yours to set to
global commands.  If you choose `C-c C-a', you will have to overwrite
this key in all major modes where it gets in your way.

- Carsten

On Nov 2, 2009, at 3:05 PM, Adam Spiers wrote:

> Within a custom agenda view, the key 'e' used to allow returning to
> the *Agenda Commands* buffer to choose another agenda view, but this
> no longer works.  I know that executing `org-agenda' produces the same
> view, but I have it bound to C-c C-a which in the agenda view is
> overloaded to `org-attach'.  I can rethink my key binding strategy
> (IIRC most people bind `org-agenda' to C-c a?), but it would be nice
> if there was a single keystroke to achieve the same by default.
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten

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

* Re: shortcut key for switching between custom agenda viewss
  2009-11-03  6:30 ` Carsten Dominik
@ 2009-11-03 12:15   ` Adam Spiers
  2009-11-03 16:53     ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: Adam Spiers @ 2009-11-03 12:15 UTC (permalink / raw)
  To: org-mode mailing list

Agreed, and so I will change my global binding for `org-agenda'.
Nevertheless it will end up requiring multiple keystrokes, so it would
be nice if there was also a single keystroke bound to this.  My
preference would be 'r' since 'g' already covers `org-agenda-redo' and
is the conventional emacs choice for refreshing the display, but I
suspect that several users might already be accustomed to using 'r'
rather than 'g'.

On Tue, Nov 03, 2009 at 07:30:08AM +0100, Carsten Dominik wrote:
> Hi Adam,
> 
> I think it does make a lot of sense to have a *global* key to run
> a new agenda command. Keys like `C-c C-a' belong to the major mode,
> keys like `C-c a' belong to you and therefore are yours to set to
> global commands.  If you choose `C-c C-a', you will have to overwrite
> this key in all major modes where it gets in your way.
> 
> On Nov 2, 2009, at 3:05 PM, Adam Spiers wrote:
> 
> >Within a custom agenda view, the key 'e' used to allow returning to
> >the *Agenda Commands* buffer to choose another agenda view, but this
> >no longer works.  I know that executing `org-agenda' produces the same
> >view, but I have it bound to C-c C-a which in the agenda view is
> >overloaded to `org-attach'.  I can rethink my key binding strategy
> >(IIRC most people bind `org-agenda' to C-c a?), but it would be nice
> >if there was a single keystroke to achieve the same by default.

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

* Re: shortcut key for switching between custom agenda viewss
  2009-11-03 12:15   ` Adam Spiers
@ 2009-11-03 16:53     ` Carsten Dominik
  0 siblings, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2009-11-03 16:53 UTC (permalink / raw)
  To: Adam Spiers; +Cc: org-mode mailing list


On Nov 3, 2009, at 1:15 PM, Adam Spiers wrote:

> Agreed, and so I will change my global binding for `org-agenda'.
> Nevertheless it will end up requiring multiple keystrokes, so it would
> be nice if there was also a single keystroke bound to this.  My
> preference would be 'r' since 'g' already covers `org-agenda-redo' and
> is the conventional emacs choice for refreshing the display, but I
> suspect that several users might already be accustomed to using 'r'
> rather than 'g'.

Yes, we don't really have a single key stroke left, in particular as
this command is quite reachable using the normal global key.

Please, just go ahead and bind it for your own use to any key that
you find convenient.

- Carsten

>
> On Tue, Nov 03, 2009 at 07:30:08AM +0100, Carsten Dominik wrote:
>> Hi Adam,
>>
>> I think it does make a lot of sense to have a *global* key to run
>> a new agenda command. Keys like `C-c C-a' belong to the major mode,
>> keys like `C-c a' belong to you and therefore are yours to set to
>> global commands.  If you choose `C-c C-a', you will have to overwrite
>> this key in all major modes where it gets in your way.
>>
>> On Nov 2, 2009, at 3:05 PM, Adam Spiers wrote:
>>
>>> Within a custom agenda view, the key 'e' used to allow returning to
>>> the *Agenda Commands* buffer to choose another agenda view, but this
>>> no longer works.  I know that executing `org-agenda' produces the  
>>> same
>>> view, but I have it bound to C-c C-a which in the agenda view is
>>> overloaded to `org-attach'.  I can rethink my key binding strategy
>>> (IIRC most people bind `org-agenda' to C-c a?), but it would be nice
>>> if there was a single keystroke to achieve the same by default.
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten

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

end of thread, other threads:[~2009-11-03 17:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-02 14:05 shortcut key for switching between custom agenda viewss Adam Spiers
2009-11-03  6:30 ` Carsten Dominik
2009-11-03 12:15   ` Adam Spiers
2009-11-03 16:53     ` Carsten Dominik

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).