emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [BUG] org-link-search fails if search string contains new lines


From: Skip Collins
Subject: Re: [O] [BUG] org-link-search fails if search string contains new lines
Date: Fri, 7 Apr 2017 11:47:28 -0400

On Thu, Mar 30, 2017 at 6:50 AM, Nicolas Goaziou <address@hidden> wrote:
> Thank you. Unfortunately, there is not much to do with this. Could you
> do some debugging when running the faulty test? It may come from
> something in your configuration.

I think I figured it out. During the fuzzy-links test,
org-open-at-point is invoked to open a file that was created with
org-test-with-temp-text-in-file. The temp file does not have a .org
extension. As a result, my mac attempts to open the file outside of
emacs, which produces an unexpected result. The solution is to pass an
argument to org-open-at-point, which ensures that the file is opened
in emacs. A patch is attached.

Attachment: 0001-Ensure-test-files-are-opened-in-Emacs-in-test-org-fu.patch
Description: Binary data


reply via email to

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