From mboxrd@z Thu Jan 1 00:00:00 1970 From: Van L Subject: Re: link handling for `file:' fails to stay within Emacs but calls `open file:' with TextEdit Date: Sat, 26 May 2018 22:38:23 +1000 Message-ID: References: <871se0r7ac.fsf@nicolasgoaziou.fr> <3E699ACD-0006-4D29-AD51-09612F098295@scratch.space> <87in7a4sed.fsf@nicolasgoaziou.fr> <8736ye4myy.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fMYSw-0008Ug-Ml for emacs-orgmode@gnu.org; Sat, 26 May 2018 08:38:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fMYSs-0002h3-M1 for emacs-orgmode@gnu.org; Sat, 26 May 2018 08:38:34 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:48901) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fMYSs-0002gf-FR for emacs-orgmode@gnu.org; Sat, 26 May 2018 08:38:30 -0400 In-Reply-To: <8736ye4myy.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org > Nicolas Goaziou writes: >=20 > Van L writes: >=20 >> It is working now since I was advised to look there and I made the = above change. >>=20 >> I am now able to link file to file and stay within Emacs for a = directory having only files in Org Mode but without the .org filename = extension. >=20 > Great! To be better, I=E2=80=99d like to set the local directory where emacs = opens all the files. The current setting opens everything unknown to emacs in emacs. There is a hidden file method to have emacs open files according to the = mode set there for the directory. But the link mechanism doesn=E2=80=99t read that.