Hello!

When defining a link-abbreviation to an org-file with a headline search I manage to get it to work with the following syntax:

  #+LINK: foo     file:/long/path/to/file/foo.org
  [[foo::::*heading inside foo]]

I have to use four ":" to be able to search, instead of the three I would expect (expecting three since the first ":" is used to declare that I want to enter a tag and the following two are used inside the tag). Is this intended behaviour?

Also, it only seems to work for headline-search. I cannot get the regular search to work. Can someone confirm this behaviour?

/Gustav