From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Lebedeff Subject: Re: [PATCH] Fix clock table when there are links in headings. Date: Tue, 18 Mar 2014 17:24:14 +0400 Message-ID: References: <87ha7fcvj8.fsf@bzg.ath.cx> <87vbviuycr.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPu09-0005ho-74 for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 09:24:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPu07-00056W-NS for emacs-orgmode@gnu.org; Tue, 18 Mar 2014 09:24:17 -0400 In-Reply-To: <87vbviuycr.fsf@bzg.ath.cx> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org Hi Bastien, Sorry, I failed to explicitly mention that it was in agenda clockreport. It was in the screenshot, but I forgot that clocktable is used in other places than agenda. With current master (17ecfd4130b11e400b65dfd6b9df43af43d4061b) from git://orgmode.org/org-mode.git i observe following behaviour: - When I generate clocktable using C-c C-x C-c on such a heading, all looks perfect - only descriptions are shown. - But in agenda (via org-agenda-clockreport-mode) it is displayed with braces like "STRT {{a}{b}} and {{c}{d}}". This happens if ':link' option is enabled when calling org-clock-get-table-data and something like this is evaluated: (org-make-link-string "file::abc:100" "[[a][b]] and [[c][d]]") => "[[file::abc:100][{{a}{b}} and {{c}{d}}]]" 2014-03-13 15:33 GMT+04:00 Bastien : > Hi Alexey, > > I assumed you use the latest Org version, but maybe not. > > What does M-x org-version RET reports? > > Actually, my bracket links are displayed correctly in the > clocktable (i.e. as bracket links, not with curly braces.) > > Maybe I'm missing something, > > -- > Bastien