Re: [Orgmode] how to make TAB in agenda cycle the outline

2009-06-03 Thread Carsten Dominik
On Jun 1, 2009, at 9:50 PM, Samuel Wales wrote: I am trying to make TAB in the agenda cycle the node in the other window, while keeping point in the agenda (ideally creating the other window via SPC if it doesn't already exist). I am finding it a little difficult. Any tips? Since TAB is

Re: [Orgmode] how to make TAB in agenda cycle the outline

2009-06-03 Thread Samuel Wales
Thanks! That works. On Wed, Jun 3, 2009 at 03:13, Carsten Dominik carsten.domi...@gmail.com wrote: (add-hook 'org-agenda-mode-hook  (lambda ()    (define-key org-agenda-keymap [tab] 'org-agenda-cycle-show)    (define-key org-agenda-mode-map [tab] 'org-agenda-cycle-show))) -- Myalgic

[Orgmode] how to make TAB in agenda cycle the outline

2009-06-01 Thread Samuel Wales
I am trying to make TAB in the agenda cycle the node in the other window, while keeping point in the agenda (ideally creating the other window via SPC if it doesn't already exist). I am finding it a little difficult. Any tips? Thanks. P.S. Is there a reason why point is at bob in the agenda?