Hi Jonathan,

Jonathan Fox <jonathanfox...@gmail.com> writes:

> Here's a link I'm using:
>
> [[./templates][Templates]]

You can try adding (directory . emacs) to `org-file-apps' in your
configuration like this:

(setq org-file-apps
      '((auto-mode . emacs)
        (directory . emacs)
        ("\\.mm\\'" . default)
        ("\\.x?html?\\'" . default)
        ("\\.pdf\\'" . default)))

A bug related to mailcap handling has been fixed in Emacs 27,
perhaps this is what caused the change in your setup.  I added
(directory . emacs) in `org-file-apps' by default in the master
branch.

Thanks for reporting this,

-- 
 Bastien

Reply via email to