Re: Issue with internal directory links

2020-01-26 Thread Bastien
Hi Jonathan, Jonathan Fox 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)

Re: Issue with internal directory links

2020-01-07 Thread Nicolas Goaziou
Hello, Jonathan Fox writes: > Here's a link I'm using: > > [[./templates][Templates]] > > I think the issue I'm having arises within the `org-open-file' function at > the following variable assignment inside a let* expression: > > (command (mailcap-mime-info mime-type)) > > In 26.1, the value

Re: Issue with internal directory links

2020-01-06 Thread Jonathan Fox
Hello, Here's a link I'm using: [[./templates][Templates]] I think the issue I'm having arises within the `org-open-file' function at the following variable assignment inside a let* expression: (command (mailcap-mime-info mime-type)) In 26.1, the value assigned is `view-mode'. In 27.0.50, the

Re: Issue with internal directory links

2020-01-04 Thread Nicolas Goaziou
Hello, Jonathan Fox writes: > When calling `org-open-at-point' with the cursor on an internal link > to a directory, the directory is not opened in a new dired buffer and > the following message is printed in the minibuffer: > > "Running less path/to/directory...done" > >

Issue with internal directory links

2020-01-03 Thread Jonathan Fox
Issue: When calling `org-open-at-point' with the cursor on an internal link to a directory, the directory is not opened in a new dired buffer and the following message is printed in the minibuffer: "Running less path/to/directory...done"