From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: jumping to category Date: Fri, 02 Nov 2007 13:06:21 +0000 Message-ID: <87prys94qa.fsf@bzg.ath.cx> References: 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 1InvIH-0004YJ-Dr for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 08:06:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1InvIF-0004Xs-T0 for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 08:06:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1InvIF-0004Xe-LG for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 08:06:31 -0400 Received: from fk-out-0910.google.com ([209.85.128.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1InvIE-0002Cb-QF for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 08:06:31 -0400 Received: by fk-out-0910.google.com with SMTP id 19so1010926fkr for ; Fri, 02 Nov 2007 05:06:29 -0700 (PDT) In-Reply-To: (Richard G. Riley's message of "Thu, 01 Nov 2007 23:15:30 +0100") 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: emacs-orgmode@gnu.org Hi Richard, Richard G Riley 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