all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* jumping to category
@ 2007-11-01 22:15 Richard G Riley
  2007-11-02 13:06 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Richard G Riley @ 2007-11-01 22:15 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")
           (?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?

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

* Re: jumping to category
  2007-11-01 22:15 jumping to category Richard G Riley
@ 2007-11-02 13:06 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2007-11-02 13:06 UTC (permalink / raw)
  To: emacs-orgmode

Hi Richard,

Richard G Riley <rileyrgdev@googlemail.com> writes:

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

You might also have a look at John's org-crypt.el:
http://www.mail-archive.com/emacs-orgmode@gnu.org/msg03435.html

I didn't test it yet, but it seems to be the right approach.

> 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?

Have a look at org-iswitchb.el:

  http://www.cognition.ens.fr/~guerry/u/org-iswitchb.el

Load it and use

        M-x org-iswitchb to switch to Org buffers
    C-u M-x org-iswitchb to restrict the list to Org files
C-u C-u M-x org-iswitchb to restrict to Org agenda files

It's largely inspired by `erc-iswitchb'. Not heavily tested.
Could be part of org.el if needed.

-- 
Bastien

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

end of thread, other threads:[~2007-11-02 12:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-01 22:15 jumping to category Richard G Riley
2007-11-02 13:06 ` Bastien

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.