emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] pdf files with openwith only, and only this.


From: Colin Baxter
Subject: Re: [O] pdf files with openwith only, and only this.
Date: Thu, 04 Jul 2019 12:38:37 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

>>>>> Joseph Vidal-Rosset <address@hidden> writes:

    > Dear Colin (cc. John), Many thanks ! Unfortunately, I have always
    > the same result. Here is the message:

    > Viewing with pdf-view-mode pdf-info-encrypted-p:
    > pdf-info-epdfinfo-program is not executable

    > is org-ref the culprit? I cc. to John Kitchin.

That is odd. I slightly modified my code for your situation of using
evince. I actually use xpdf and

 (add-hook 'org-mode-hook
           '(lambda ()
            (delete '("\\.pdf\\'" . default) org-file-apps)
            (add-to-list 'org-file-apps '("\\.pdf\\'" . "xpdf %s"))))

works for me. I assumed just changing xpdf to evince would be
sufficient.

Something more subtle may be happening.

Best wishes,


Colin Baxter
www.Colin-Baxter.com



reply via email to

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