On 14/12/17 14:31, Michael Welle wrote: > Hello, > > Paulo Matos <pa...@matos-sorge.com> writes: > >> Hi, >> >> I have a TODO item that got stuck due to some unforseen circumstances. >> Another TODO item is needed as a workaround therefore I have something like: >> >> * TODO Implement using hash tables >> :LOGBOOK: >> - Note taken on ... \\ >> Stuck because... >> :END: >> >> * TODO Implement using hand written maps >> This is required because todo item REF was stuck. If unstuck, we can >> remove this implementation. >> >> How can I REF the first TODO item in the second? > do M-x org-store-link on the first TODO item and M-x org-insert-link > where you want to reference the first TODO item. >
Interesting but it doesn't really work properly. My TODO looks like: * TODO add support for %lo and %hi operands in offsets I create the link and the link has the name of the todo headline. When I try to follow with C-c C-o, it says 'No match - create a new heading?'. If I say yes, a new heading is created in my document that looks like: * *add support for ^@ and ^@ operands in offsets I am curious why %hi and %lo would cause any troubles... -- Paulo Matos