emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bastien <bzg@gnu.org>
To: Jonathan Fox <jonathanfox223@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Issue with internal directory links
Date: Sun, 26 Jan 2020 19:36:34 +0100	[thread overview]
Message-ID: <8736c2ukst.fsf@gnu.org> (raw)
In-Reply-To: <CAGrNHV_9vNTS2w=HKGjV-uKrn79FaudGOpkaCYccgWPOGZ1-Jw@mail.gmail.com> (Jonathan Fox's message of "Mon, 6 Jan 2020 22:44:52 -0500")

Hi Jonathan,

Jonathan Fox <jonathanfox223@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

      parent reply	other threads:[~2020-01-26 18:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-03 10:40 Issue with internal directory links Jonathan Fox
2020-01-04 17:58 ` Nicolas Goaziou
2020-01-07  3:44   ` Jonathan Fox
2020-01-07  8:11     ` Nicolas Goaziou
2020-01-26 18:36     ` Bastien [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8736c2ukst.fsf@gnu.org \
    --to=bzg@gnu.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=jonathanfox223@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).