From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Open link to directory outside of emacs? Date: Wed, 20 Mar 2013 17:49:11 +0800 Message-ID: Reply-To: jamshark70@dewdrop-world.net Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIFdx-0004Yk-NF for Emacs-orgmode@gnu.org; Wed, 20 Mar 2013 05:49:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIFdw-0007jT-Ne for Emacs-orgmode@gnu.org; Wed, 20 Mar 2013 05:49:13 -0400 Received: from mail-oa0-f41.google.com ([209.85.219.41]:33491) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIFdw-0007jO-Ik for Emacs-orgmode@gnu.org; Wed, 20 Mar 2013 05:49:12 -0400 Received: by mail-oa0-f41.google.com with SMTP id i10so1533706oag.0 for ; Wed, 20 Mar 2013 02:49:11 -0700 (PDT) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs-orgmode@gnu.org I'm unsure if org-mode's behavior is correct here. 1. Create a link to a directory in an org file, e.g. [[~/Documents/][My docs]]. 2. Put the point on the link and hit C-u C-u C-c C-o. The org manual says "If you want to avoid opening in Emacs, use a C-u C-u prefix." I am doing that, but I get a dired buffer anyway. ? hjh