From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Fix clock table when there are links in headings. Date: Thu, 20 Mar 2014 09:45:55 +0100 Message-ID: <874n2t45rw.fsf@bzg.ath.cx> 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 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQYcG-0004y6-0X for emacs-orgmode@gnu.org; Thu, 20 Mar 2014 04:46:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQYc9-0001lB-F9 for emacs-orgmode@gnu.org; Thu, 20 Mar 2014 04:46:19 -0400 Received: from rs249.mailgun.us ([209.61.151.249]:55226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQYc9-0001l7-70 for emacs-orgmode@gnu.org; Thu, 20 Mar 2014 04:46:13 -0400 In-Reply-To: (Alexey Lebedeff's message of "Thu, 20 Mar 2014 11:47:01 +0400") 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: Alexey Lebedeff Cc: emacs-orgmode@gnu.org Hi Alexey, Alexey Lebedeff writes: > Links [[without description]] will be missing from output, "\\3" > should be more like (lambda (match) (or (match-string 3 match) > (match-string 1 match))) Indeed, sorry I've overlooked this and thanks for the solution! Fixed now, -- Bastien