From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Navigation to certain category subset Date: Thu, 13 Mar 2008 12:32:08 +0100 Message-ID: <50188E1A-C4B6-44C4-825A-57BC9D5FC31F@science.uva.nl> References: <5gve3q6h4r.fsf@richardriley.net> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZlfW-0005gn-Ov for emacs-orgmode@gnu.org; Thu, 13 Mar 2008 07:32:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZlfS-0005cx-ED for emacs-orgmode@gnu.org; Thu, 13 Mar 2008 07:32:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZlfS-0005cr-6Y for emacs-orgmode@gnu.org; Thu, 13 Mar 2008 07:32:14 -0400 Received: from nf-out-0910.google.com ([64.233.182.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZlfR-0002oT-PZ for emacs-orgmode@gnu.org; Thu, 13 Mar 2008 07:32:13 -0400 Received: by nf-out-0910.google.com with SMTP id f5so1284846nfh.26 for ; Thu, 13 Mar 2008 04:32:12 -0700 (PDT) In-Reply-To: <5gve3q6h4r.fsf@richardriley.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Richard G Riley Cc: org-mode 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 > > (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") > (?e "* %U %^{Title}\n %i\n %a\n" "~/org/todo.org" "Emacs") > (?v "* %U %^{Title}\n %i\n %a\n" "~/org/vocab.org" "Vocab") > (?R "* %U %^{Title}\n %i\n %a\n" "~/org/register.org" > "Register") > (?w "* %U %^{Title}\n %i\n %a\n" "~/org/webs.org" "Webs") > (?r "* %U %^{Title}\n %i\n %a\n" "~/org/todo.org" > "Remember") > (?j "* %U %^{Title}\n %i\n %a\n" "~/org/todo.org" "Journal") > (?L "* %U %^{Title}\n %i\n %a\n" "~/org/todo.org" "Links") > (?x "* %^{Title}\n %i\n %a\n" "~/org/todo.org" "Links") > ) > ) > ) > > Most things stored in todo.org, others in other files. > > The sections in the org files are marked with something like: > > ,---- > | * Emacs > | > | :PROPERTIES: > | :CATEGORY: Emacs > | :END: > `---- > > > But what is recommended way to navigate to "Emacs" from anywhere? > > 1) from agenda - is "search for keyword" the way to go? > 2) from any other location or mode > > I'm still a bit at odds as to whether I should be using categories or > just tags to separate things. is there a "jump to category" or "filter > categories" command? I saw nothing in the categories section of the > manual. > > Thanks for any advice, > > richard. > > > > > > _______________________________________________ > 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