From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Alekseyev Subject: Make file:... directory links open dired by default Date: Sun, 23 Jan 2011 23:38:00 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=48127 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhEBn-00070F-Ip for emacs-orgmode@gnu.org; Sun, 23 Jan 2011 23:38:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PhEBm-0007oC-I2 for emacs-orgmode@gnu.org; Sun, 23 Jan 2011 23:38:03 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:33354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PhEBm-0007o6-Di for emacs-orgmode@gnu.org; Sun, 23 Jan 2011 23:38:02 -0500 Received: by fxm12 with SMTP id 12so3834675fxm.0 for ; Sun, 23 Jan 2011 20:38:00 -0800 (PST) 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 I am working under Windows, and by default links like file:~/path... open in Explorer. I can manually change the link to file+emacs:~/path... and then it opens in dired -- but is there a way to change the default behavior so that when I press C-c C-l to store the directory links as file+emacs to begin with?.. Alternatively, is there a way to make file: links behave like file+emacs? (I'm not sure if this is a good idea since it might impact things other than directories). --Leo