From mboxrd@z Thu Jan 1 00:00:00 1970 From: AW Subject: Re: Orgmode links trouble with Emacs 24.4 on Windows 7: "ShellExecute failed: ..." Date: Thu, 20 Nov 2014 09:15:06 -0500 Message-ID: <1903188.g6S62Am2fp@linux-4qrv.site> References: <2158416.TzOYnk8KfK@linux-j9m3.site> <87389gfaxd.fsf@nicolasgoaziou.fr> <177053077.XKQrKd5nae@linux-j9m3.site> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrSVz-0006Ia-Uj for emacs-orgmode@gnu.org; Thu, 20 Nov 2014 09:15:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrSVq-0008H5-7h for emacs-orgmode@gnu.org; Thu, 20 Nov 2014 09:15:19 -0500 Received: from mailout09.t-online.de ([194.25.134.84]:37378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrSVq-0008Gx-20 for emacs-orgmode@gnu.org; Thu, 20 Nov 2014 09:15:10 -0500 Received: from fwd38.aul.t-online.de (fwd38.aul.t-online.de [172.20.26.138]) by mailout09.t-online.de (Postfix) with SMTP id 10364425EF3 for ; Thu, 20 Nov 2014 15:15:09 +0100 (CET) In-Reply-To: <177053077.XKQrKd5nae@linux-j9m3.site> 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 As this does not seem to be an orgmode, but an emacs on windows issue, I'll ask on the emacs list, so beware: crossposting. Am Mittwoch, 19. November 2014, 16:25:18 schrieb AW: > Am Dienstag, 18. November 2014, 22:36:46 schrieb Nicolas Goaziou: > > 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, > > Hello, > > yes, I did that and the path is valid, it becomes, well, say, "expanded". > > Except that it contains slashes ( "/" ) instead of backslashes, it is > exactly what I expected. And to be clear: the same link works with Emacs > 24.3 under Windows 7 as well as under Linux and Emacs 24.4. > > Thank you for your much appreciated help! > > Regards, > > Alexander