Hi Marcin,

> I have this test file:
>
> ========================
>
> #+TITLE: Link testing
>
> * Heading
> :PROPERTIES:
> :CUSTOM_ID: link-target
> :END:
>
> * Second heading
> <<target>>
> * Third heading
> * Fourth heading
> Testing linking to precise targets, not headings:
> <<Third heading>>
> * Links
> [[#link-target]]
> [[target]]
> [[Second heading]]
> [[Third heading]]
> ========================
>
> When I C-c C-o (or mouse-1) on any of the links under the last heading,
> I am being asked for a TAGS table.

All those links work as expected here.

C-h k C-c C-o says

--8<---------------cut here---------------start------------->8---
C-c C-o runs the command org-open-at-point (found in org-mode-map),
which is an interactive compiled Lisp function in `org.el'.
--8<---------------cut here---------------end--------------->8---

What does C-h k C-c C-o say in your case?  Possibly you managed to
shadow the binding somehow.



Ciao,  Marco
-- 
http://www.wahlzone.de
GPG: 0x0A3AE6F2


Reply via email to