emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Open PDF under Windows on specific page using PDF-X Change Viewe


From: Otto Pichlhöfer
Subject: Re: [O] Open PDF under Windows on specific page using PDF-X Change Viewer
Date: Wed, 20 Mar 2013 07:42:08 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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

[Prev in Thread] Current Thread [Next in Thread]