From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim O'Callaghan Subject: Re: Some suggestions - mostly for non (X)Emacs updating of org mode files. Date: Tue, 16 May 2006 12:24:53 +0200 Message-ID: <20060516102452.GC2308@ELSAMSW37164> References: <20060425142715.GA3120@ELSAMSW37164> <20060427130528.GA3256@ELSAMSW37164> <62799cd4af60f000ed11f842f71418e6@science.uva.nl> <20060516084439.GA2584@ELSAMSW37164> <81422ed510dc4a2a28eaf07e98b2924f@science.uva.nl> 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 1FfwjP-0006dJ-Ky for emacs-orgmode@gnu.org; Tue, 16 May 2006 06:24:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FfwjN-0006ce-TC for emacs-orgmode@gnu.org; Tue, 16 May 2006 06:24:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FfwjN-0006cX-FJ for emacs-orgmode@gnu.org; Tue, 16 May 2006 06:24:45 -0400 Received: from [193.120.211.34] (helo=dspsrv.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Ffwlz-0003ct-OX for emacs-orgmode@gnu.org; Tue, 16 May 2006 06:27:27 -0400 Received: from [145.36.45.123] (helo=localhost) by dspsrv.com with asmtp (Exim 3.36 #1) id 1FfwjM-0006Jk-00 for emacs-orgmode@gnu.org; Tue, 16 May 2006 11:24:44 +0100 Content-Disposition: inline In-Reply-To: <81422ed510dc4a2a28eaf07e98b2924f@science.uva.nl> 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 > >IIRC This works for Gnu Emacs and XEmacs. > > I do expand-file-name on the file path before opening it. Can you > give me an example on when this fils to work correctly? > I checked, and its its not the expand file name problem i thought it was. Once i patched the w32-type problem i was having i saw it Its a remember mode thing. If i use remember mode on a line that has nothing on it, then remember mode tags :: on the end of the file. When you try and open the file the :: expands to !! on the end of the filename. [[file:bashrc::][file:basrc::]] does not open bashrc, rather it tries to open bashrc!! Tim.