From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stacey Marshall Subject: Re: org-link-search failing to find links created by clock table Date: Tue, 11 Apr 2017 23:37:55 +0100 Message-ID: <082112E5-9D27-4CC6-83BF-0D26C31C408F@oracle.com> References: Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42303) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cy4Px-0003kT-GM for emacs-orgmode@gnu.org; Tue, 11 Apr 2017 18:37:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cy4Pt-0006pK-HE for emacs-orgmode@gnu.org; Tue, 11 Apr 2017 18:37:45 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:39081) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cy4Pt-0006p1-89 for emacs-orgmode@gnu.org; Tue, 11 Apr 2017 18:37:41 -0400 Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id v3BMbdaT011495 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 11 Apr 2017 22:37:39 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by aserv0021.oracle.com (8.13.8/8.14.4) with ESMTP id v3BMbddA007920 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 11 Apr 2017 22:37:39 GMT Received: from abhmp0018.oracle.com (abhmp0018.oracle.com [141.146.116.24]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id v3BMbcW3031272 for ; Tue, 11 Apr 2017 22:37:39 GMT In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Org Mode *** 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=20 #+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][Exa= mple 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: =20 **** Test log :LOGBOOK: CLOCK: [2017-04-11 Tue 23:20]--[2017-04-11 Tue 23:24] =3D> 0:04 :END: **** FIXME Test log :LOGBOOK: CLOCK: [2017-04-11 Tue 22:20]--[2017-04-11 Tue 23:20] =3D> 1:00 :END: -- Stacey