emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Referencing TODO items


From: Paulo Matos
Subject: Re: [O] Referencing TODO items
Date: Thu, 14 Dec 2017 14:56:05 +0100


On 14/12/17 14:31, Michael Welle wrote:
> Hello,
> 
> Paulo Matos <address@hidden> 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



reply via email to

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