Re: [O] Referencing TODO items

2017-12-15 Thread Michael Welle
Hello, Paulo Matos writes: > On 14/12/17 17:57, Michael Welle wrote: >> it is from org-id. > > Can't seem to find org-id on melpa or org mode contrib page. > http://orgmode.org/worg/org-contrib/ > > can you please point me to where i can find it? org-id should be part of

Re: [O] Referencing TODO items

2017-12-15 Thread Paulo Matos
On 14/12/17 17:57, Michael Welle wrote: > it is from org-id. Can't seem to find org-id on melpa or org mode contrib page. http://orgmode.org/worg/org-contrib/ can you please point me to where i can find it? -- Paulo Matos

Re: [O] Referencing TODO items

2017-12-14 Thread Ken Mankoff
On 2017-12-14 at 14:20, Michael Welle wrote: > I can confirm that behaviour, but it doesn't bother me, because I use > > (setq org-id-link-to-org-use-id 'create-if-interactive) This is a nice feature/solution but I'd like to point out to others reading it that there may be a

Re: [O] Referencing TODO items

2017-12-14 Thread Paulo Matos
On 14/12/17 22:45, Nicolas Goaziou wrote: > Hello, > > Paulo Matos writes: > >> 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,

Re: [O] Referencing TODO items

2017-12-14 Thread Nicolas Goaziou
Hello, Paulo Matos writes: > 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

Re: [O] Referencing TODO items

2017-12-14 Thread Michael Welle
Hello, Paulo Matos writes: > On 14/12/17 15:20, Michael Welle wrote: >>> >>> I am curious why %hi and %lo would cause any troubles... >> I can confirm that behaviour, but it doesn't bother me, because I use ;): >> >> (setq org-id-link-to-org-use-id

Re: [O] Referencing TODO items

2017-12-14 Thread Paulo Matos
On 14/12/17 15:20, Michael Welle wrote: >> >> I am curious why %hi and %lo would cause any troubles... > I can confirm that behaviour, but it doesn't bother me, because I use ;): > > (setq org-id-link-to-org-use-id 'create-if-interactive) > When I looked at it, it sounded that the only thing

Re: [O] Referencing TODO items

2017-12-14 Thread Michael Welle
Hello, Paulo Matos writes: [...] > 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,

Re: [O] Referencing TODO items

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

Re: [O] Referencing TODO items

2017-12-14 Thread Michael Welle
Hello, Paulo Matos 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 ... \\ >

[O] Referencing TODO items

2017-12-14 Thread Paulo Matos
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