emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Cannot link to files with no extension


From: Colin Baxter
Subject: Re: Cannot link to files with no extension
Date: Fri, 11 Mar 2022 07:38:27 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.90 (gnu/linux)

Hi Nick,

>>>>> Nick Dokos <ndokos@gmail.com> writes:

    > Colin Baxter <m43cap@yandex.com> writes:
    >> 6. In a.org enter [[file:./z][This is file z]] and save.
    >> 
    >> 7. Click on the link.
    >> 
    >> 8. Message "Running less in /path/to/z ... done", but link does
    >> not open.
    >> 

    > This sounds like your `org-file-apps' is funny. What is its value?
    > Check also the value of the system-specific variable
    > `org-file-apps-{gnus,windowsnt,macos}' - whichever is applcible to
    > your case.

I have not altered (knowingly!) my 'org-file-apps' for years. Its value
is:

--8<---------------cut here---------------start------------->8---

Value:
(("\\.pdf\\'" . "xpdf %s")
 (auto-mode . emacs)
 ("\\.x?html?\\'" lambda
  (file link)
  (eww-open-file file))
 ("\\.pdf\\'" . system)
 ("\\.dvi\\'" . system)
 ("\\.ps\\'" . system))

Original value was 
((auto-mode . emacs)
 (directory . emacs)
 ("\\.mm\\'" . default)
 ("\\.x?html?\\'" . default)
 ("\\.pdf\\'" . default))

--8<---------------cut here---------------end--------------->8---

The odd thing is that my problem has just arisen. I don't remember
having it before say a few weeks ago.

Best wishes,

Colin.



reply via email to

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