AW <alexander.willand <at> t-online.de> writes:

> For the record:
> 
> #+begin_src emacs-lisp
> (add-to-list 'org-file-apps
>   '("\\.pdf::\\([0-9]+\\)\\'" . "\"C:/Program Files/Tracker Software/PDF 
> Viewer/PDFXCview.exe\" /A page=%1 %s"))
> #+end_src
> 
> 

(add-to-list 'org-file-apps '("\\.\\(doc\\|docx\\|pdf\\|dct\\)$" . system))

works for me, if the viewer is set in the system options.

--
Otto



Reply via email to