* problem when linking to headlines?
@ 2020-02-26 10:40 Alan Schmitt
2020-02-26 15:38 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Alan Schmitt @ 2020-02-26 10:40 UTC (permalink / raw)
To: emacs-orgmode
Hello,
I have these two files:
link1.org:
* Test
link2.org:
[[file:link1.org::*Test][Test]]
When I click on the first link, I get this in a dired buffer (there is
no error).
/home/schmitta/tmp:
wildcard link1.org::*Test
zsh:1: no matches found: link1.org::*Test
I'm using Org Mode 9.4, and this issue started occurring recently after
I upgraded org.
Is this a consequence of the recent change on file links? How can I
debug which link handler is used?
Thanks,
Alan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: problem when linking to headlines?
2020-02-26 10:40 problem when linking to headlines? Alan Schmitt
@ 2020-02-26 15:38 ` Nicolas Goaziou
2020-02-27 7:09 ` Alan Schmitt
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2020-02-26 15:38 UTC (permalink / raw)
To: Alan Schmitt; +Cc: emacs-orgmode
Hello,
Alan Schmitt <alan.schmitt@polytechnique.org> writes:
> I have these two files:
>
> link1.org:
>
> * Test
>
> link2.org:
>
> [[file:link1.org::*Test][Test]]
>
> When I click on the first link, I get this in a dired buffer (there is
> no error).
>
> /home/schmitta/tmp:
> wildcard link1.org::*Test
> zsh:1: no matches found: link1.org::*Test
>
> I'm using Org Mode 9.4, and this issue started occurring recently after
> I upgraded org.
>
> Is this a consequence of the recent change on file links? How can I
> debug which link handler is used?
Oops. Fixed. Thank you!
The link handler is "file", using `org-link-open-as-file' to follow it.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: problem when linking to headlines?
2020-02-26 15:38 ` Nicolas Goaziou
@ 2020-02-27 7:09 ` Alan Schmitt
0 siblings, 0 replies; 3+ messages in thread
From: Alan Schmitt @ 2020-02-27 7:09 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: emacs-orgmode
On 2020-02-26 16:38, Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> Oops. Fixed. Thank you!
Thanks a lot for the quick fix!
Best,
Alan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-02-27 7:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-26 10:40 problem when linking to headlines? Alan Schmitt
2020-02-26 15:38 ` Nicolas Goaziou
2020-02-27 7:09 ` Alan Schmitt
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).