From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Handling file links under Windows Date: Sat, 15 Jan 2011 22:26:06 -0500 Message-ID: <31913.1295148366@gamaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=40580 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PeJFz-0001mx-RH for emacs-orgmode@gnu.org; Sat, 15 Jan 2011 22:26:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PeJFz-00068A-1u for emacs-orgmode@gnu.org; Sat, 15 Jan 2011 22:26:19 -0500 Received: from vms173007pub.verizon.net ([206.46.173.7]:33196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PeJFy-00067n-V5 for emacs-orgmode@gnu.org; Sat, 15 Jan 2011 22:26:19 -0500 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173007.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LF300NTAIVI0540@vms173007.mailsrvcs.net> for emacs-orgmode@gnu.org; Sat, 15 Jan 2011 21:26:06 -0600 (CST) In-reply-to: Message from Leo Alekseyev of "Sat, 15 Jan 2011 22:01:32 EST." 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: Leo Alekseyev Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Leo Alekseyev wrote: > If I try to explicitly set the variable org-file-apps, so that its > value is (("\\.jnt\\'" . "C:\\Program Files\\Windows > Journal\\Journal.exe %s") > ("\\.pdf\\'" . "C:\\Program Files (x86)\\Adobe\\Acrobat > 10.0\\Acrobat\\Acrobat.exe %s") > (auto-mode . emacs) > ("\\.x?html?\\'" . default)) > What's with the single quotes? What happens if you say "\\.jnt" and "\\.pdf" instead? Nick