emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Internal links not working?


From: Marco Wahl
Subject: Re: [O] Internal links not working?
Date: Wed, 15 Oct 2014 23:27:49 +0200
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

>> #+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.

> I instrumented for Edebug the org-open-at-point function, and I found
> the culprit: the value of org-open-link-functions is
>
> (org-ctags-find-tag org-ctags-ask-rebuild-tags-file-then-find-tag
> org-ctags-ask-append-topic)

Looks like this setting goes back to Org module org-ctags.  Possibly you
want just switch off the ctags module via

M-x customize-variable org-modules

Of course you could also study org-ctags and try to understand its
benefits.


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




reply via email to

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