[Orgmode] Navigation to certain category subset

2008-03-13 Thread Richard G Riley
I have (setq org-remember-templates (quote ( (?t * TODO %?\n %u\n %i\n %a\n ~/org/todo.org Tasks) (?n * %U %? ~/org/notes.org Notes) (?l * %U %^{Title}\n %i\n %a\n ~/org/todo.org Linux) (?d * %U %^{Title}\n %i\n %a\n ~/org/todo.org Debian)

Re: [Orgmode] Navigation to certain category subset

2008-03-13 Thread Carsten Dominik
You can use the template definitions to navigate to template target locations. I you have (define-key global-map \C-cr 'org-remember) Then `C-u C-c r' followed by a template letter will navigate to that place. HTH - Carsten On Mar 13, 2008, at 11:41 AM, Richard G Riley wrote: I have