From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Orgmode links trouble with Emacs 24.4 on Windows 7: "ShellExecute failed: ..." Date: Tue, 18 Nov 2014 22:36:46 +0100 Message-ID: <87389gfaxd.fsf@nicolasgoaziou.fr> References: <2158416.TzOYnk8KfK@linux-j9m3.site> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqqRS-0004sl-Bm for Emacs-orgmode@gnu.org; Tue, 18 Nov 2014 16:36:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XqqRI-0008JH-7M for Emacs-orgmode@gnu.org; Tue, 18 Nov 2014 16:36:06 -0500 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:36236) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqqRI-0008J8-1p for Emacs-orgmode@gnu.org; Tue, 18 Nov 2014 16:35:56 -0500 In-Reply-To: <2158416.TzOYnk8KfK@linux-j9m3.site> (AW's message of "Tue, 18 Nov 2014 14:06:37 +0100") 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: AW Cc: Emacs-orgmode@gnu.org Hello, AW writes: > I installed Emacs 24.4 on Windows 7. > > Everything works, except some of my links in orgmode. They worked under Emacs > 24.3, and they work with Emacs 24.4 under Linux. > > The non-working links have a certain structure: I'm using shorcuts. I have a > file "AW-org-file.el", containing lines like: > > (setq org-link-abbrev-alist > '(name . "//SBS2011/path/to/folder/%s")) It should be (setq org-link-abbrev-alist '(("name" . "//SBS2011/path/to/folder/%s"))) > The links in the org-files look like this: > > [[name:filename]] > > or > > [[name:./path/down/the/folder/filename.pdf]] Use M-: (org-element-property :path (org-element-context)) with point on each of them. Is the path a valid (according to Windows) file name? Regards, -- Nicolas Goaziou