[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-link-search failing to find links created by clock table
From: |
Stacey Marshall |
Subject: |
Re: [O] org-link-search failing to find links created by clock table |
Date: |
Tue, 11 Apr 2017 23:37:55 +0100 |
*** Some additional information, by example
Emacs : GNU Emacs 25.2.1 (x86_64-apple-darwin16.4.0, Carbon Version 157 AppKit
1504.81)
of 2017-03-07
Package: Org mode version 9.0.5 (release_9.0.5-351-g0e0fda.dirty @
/Users/stacey/.emacs.d/org-mode/lisp/)
In this buffer the TODO keywords are FIXME and FIXED, as set by:
#+SEQ_TODO: FIXME FIXED
Clock table generated with C-c C-x C-r and then modified to include link and
increase maxlevel to include the sample CLOCK entries below.
#+BEGIN: clocktable :maxlevel 4 :scope subtree :link t
#+CAPTION: Clock summary at [2017-04-11 Tue 23:29]
| Headline | Time | | | |
|----------------------------+-----------+---+---------+---------|
| *Total time* | *1h 4min* | | | |
|----------------------------+-----------+---+---------+---------|
| \_
[[file:/Users/stacey/Dropbox/org-mode.org::Example%20of%20the%20issue][Example
of the issue]] | | | 1h 4min | |
| \_ [[file:/Users/stacey/Dropbox/org-mode.org::Test%20log][Test log]]
| | | | 0h 4min |
| \_ [[file:/Users/stacey/Dropbox/org-mode.org::FIXME%20Test%20log][FIXME
Test log]] | | | | 1h 0min |
#+END:
- Test Log link works, its link is:
- FIXME Test log does not, its link is:
**** Test log
:LOGBOOK:
CLOCK: [2017-04-11 Tue 23:20]--[2017-04-11 Tue 23:24] => 0:04
:END:
**** FIXME Test log
:LOGBOOK:
CLOCK: [2017-04-11 Tue 22:20]--[2017-04-11 Tue 23:20] => 1:00
:END:
--
Stacey