emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Navigation to certain category subset
@ 2008-03-13 10:41 Richard G Riley
  2008-03-13 11:32 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Richard G Riley @ 2008-03-13 10:41 UTC (permalink / raw)
  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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Navigation to certain category subset
  2008-03-13 10:41 Navigation to certain category subset Richard G Riley
@ 2008-03-13 11:32 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2008-03-13 11:32 UTC (permalink / raw)
  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-13 11:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-13 10:41 Navigation to certain category subset Richard G Riley
2008-03-13 11:32 ` Carsten Dominik

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).