emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Issue with internal directory links


From: Bastien
Subject: Re: Issue with internal directory links
Date: Sun, 26 Jan 2020 19:36:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi Jonathan,

Jonathan Fox <address@hidden> 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

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