Re: [O] Setting the PDF viewer

2013-10-26 Thread Scott Randby
On 10/26/2013 11:26 AM, Oleh wrote: > The variable to set is `org-file-apps'. > Here's what I have currently: > > (setq org-file-apps '((auto-mode . emacs) > ("\\.x?html?\\'" . "firefox %s") > ("\\.pdf\\'" . "evince \"%s\"") > ("\\.pdf::

Re: [O] Setting the PDF viewer

2013-10-26 Thread Oleh
The variable to set is `org-file-apps'. Here's what I have currently: (setq org-file-apps '((auto-mode . emacs) ("\\.x?html?\\'" . "firefox %s") ("\\.pdf\\'" . "evince \"%s\"") ("\\.pdf::\\([0-9]+\\)\\'" . "evince \"%s\" -p %1")

[O] Setting the PDF viewer

2013-10-26 Thread Scott Randby
If I have a file:./paper.pdf link in an Org document, the PDF opens using GV when I click on the link. I like GV, but it doesn't support links. How do I change the PDF viewer for file:./paper.pdf external links? Scott Randby