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: Wed, 19 Mar 2014 12:57:11 +0400 Message-ID: References: <87ha7fcvj8.fsf@bzg.ath.cx> <87vbviuycr.fsf@bzg.ath.cx> <87lhw7fpxg.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]:60942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQCJF-0006xk-7q for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 04:57:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQCJE-000204-Cb for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 04:57:13 -0400 In-Reply-To: <87lhw7fpxg.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-18 20:10 GMT+04:00 Bastien : > Hi Alexey, > > Alexey Lebedeff writes: > >> 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. > > You need to configure `org-agenda-clockreport-parameter-plist' > like this: > > (setq org-agenda-clockreport-parameter-plist '(:link nil :maxlevel 2)) 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.