emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Richard G Riley <rileyrgdev@googlemail.com>
To: org-mode <emacs-orgmode@gnu.org>
Subject: Navigation to certain category subset
Date: Thu, 13 Mar 2008 11:41:08 +0100	[thread overview]
Message-ID: <5gve3q6h4r.fsf@richardriley.net> (raw)


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.

             reply	other threads:[~2008-03-13 10:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-13 10:41 Richard G Riley [this message]
2008-03-13 11:32 ` Navigation to certain category subset Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5gve3q6h4r.fsf@richardriley.net \
    --to=rileyrgdev@googlemail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).