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: Thu, 20 Mar 2014 11:47:01 +0400 Message-ID: References: <87ha7fcvj8.fsf@bzg.ath.cx> <87vbviuycr.fsf@bzg.ath.cx> <87lhw7fpxg.fsf@bzg.ath.cx> <87ha6u7c0h.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]:49680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQXgv-00082y-7f for emacs-orgmode@gnu.org; Thu, 20 Mar 2014 03:47:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQXgt-0000fK-78 for emacs-orgmode@gnu.org; Thu, 20 Mar 2014 03:47:05 -0400 In-Reply-To: <87ha6u7c0h.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, 2014-03-19 13:50 GMT+04:00 Bastien : >> But I don't want do disable linking agenda clocktable row to the >> original heading, it's very convenient. I just want it to look pretty, >> but the thing from the screenshot looks really ugly. Patch affects >> execution only when :link is true. > > Of course you're right. I pushed this change: > http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=3a233a > > It should do what you want -- thanks for insisting and for > the patch you submitted for this. We are almost there ) Links [[without description]] will be missing from output, "\\3" should be more like (lambda (match) (or (match-string 3 match) (match-string 1 match))) Thanks to you for your efforts.