Re: [O] Setting the PDF viewer
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
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")