emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] jumping to category


From: Richard G Riley
Subject: [Orgmode] jumping to category
Date: Thu, 01 Nov 2007 23:15:30 +0100
User-agent: Pan

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")
           (?f "* %U %^{Title}\n %i\n %a\n" "~/org/todo.org" "FaceBook")
           (?l "* %U %^{Title}\n %i\n %a\n" "~/org/todo.org" "Linux")
           (?e "* %U %^{Title}\n %i\n %a\n" "~/org/todo.org" "Emacs")
           (?v "* %U %^{Title}\n %i\n %a\n" "~/org/todo.org" "Vocab")
           (?R "* %U %^{Title}\n %i\n %a\n" "~/org/register.org" "Register")
           (?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")
           )
          )

where register.org is a list of personal stuff including passwords etc
so I have it protected with different file permissions to the normal
todo.org file.

Whats the best way to get to register.org from my agenda or my general
todo.org file? is there some built in "jump to other org file" utility I can
customise similar to one key tag commands?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]