Re: [Orgmode] Handling file links under Windows

2011-01-23 Thread David Maus
At Sun, 16 Jan 2011 05:41:06 -0500, Leo Alekseyev wrote: > > Guided by Matt's suggestion I started digging further. I see the > problem, but I don't know how to fix it other than by making crude > changes directly to source in org.el. > > Both the command path and the file link path need to be pro

Re: [Orgmode] Handling file links under Windows

2011-01-16 Thread Leo Alekseyev
Guided by Matt's suggestion I started digging further. I see the problem, but I don't know how to fix it other than by making crude changes directly to source in org.el. Both the command path and the file link path need to be properly formatted for Windows. In particular, in org-file-apps list,

Re: [Orgmode] Handling file links under Windows

2011-01-15 Thread Nick Dokos
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) > ("\\.

[Orgmode] Handling file links under Windows

2011-01-15 Thread Leo Alekseyev
Dear All, I would like to have links to PDF files open those files in Acrobat and links to Windows Journal (JNT) files open them in Windows Journal -- very simple; same as it would be as if I double-clicked them anywhere in Windows. Here is what happens now: PDF files open in emacs doc-view mode,