From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: Navigation to certain category subset Date: Thu, 13 Mar 2008 11:41:08 +0100 Message-ID: <5gve3q6h4r.fsf@richardriley.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZky1-0000si-0w for emacs-orgmode@gnu.org; Thu, 13 Mar 2008 06:47:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZkxy-0000qs-VY for emacs-orgmode@gnu.org; Thu, 13 Mar 2008 06:47:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZks6-000799-6s for emacs-orgmode@gnu.org; Thu, 13 Mar 2008 06:41:14 -0400 Received: from nf-out-0910.google.com ([64.233.182.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZks5-0005x9-UW for emacs-orgmode@gnu.org; Thu, 13 Mar 2008 06:41:14 -0400 Received: by nf-out-0910.google.com with SMTP id f5so1278272nfh.26 for ; Thu, 13 Mar 2008 03:41:12 -0700 (PDT) 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: org-mode 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.