From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id WJzOIx8r8l7cCQAA0tVLHw (envelope-from ) for ; Tue, 23 Jun 2020 16:17:35 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id mM7OHx8r8l4/FQAA1q6Kng (envelope-from ) for ; Tue, 23 Jun 2020 16:17:35 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 0A2DB9409ED for ; Tue, 23 Jun 2020 16:17:34 +0000 (UTC) Received: from localhost ([::1]:42898 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jnlc4-0001jm-94 for larch@yhetil.org; Tue, 23 Jun 2020 12:17:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36098) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jnlbQ-0001jX-3q for emacs-orgmode@gnu.org; Tue, 23 Jun 2020 12:16:52 -0400 Received: from smtp6-g21.free.fr ([2a01:e0c:1:1599::15]:7250) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jnlbO-0000J1-AD for emacs-orgmode@gnu.org; Tue, 23 Jun 2020 12:16:51 -0400 Received: from ylum.localnet (unknown [IPv6:2a01:e34:edf7:4710:2adf:a6b3:27ac:4f60]) (Authenticated sender: domi.dumont) by smtp6-g21.free.fr (Postfix) with ESMTPSA id A840D7803B4 for ; Tue, 23 Jun 2020 16:16:45 +0000 (UTC) From: Dominique Dumont To: emacs-orgmode@gnu.org Subject: Re: Bug: ox-md: URL in HTML tables should not use markdown syntax [9.3.1 (9.3.1-dist @ /usr/share/emacs/site-lisp/elpa/org-9.3.1/)] Date: Tue, 23 Jun 2020 18:16:44 +0200 Message-ID: <2865641.lKHY5zOv4D@ylum> In-Reply-To: <87pn9px518.fsf@nicolasgoaziou.fr> References: <4077317.QIdNEg9zBK@gandalf> <87pn9px518.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Received-SPF: none client-ip=2a01:e0c:1:1599::15; envelope-from=domi.dumont@free.fr; helo=smtp6-g21.free.fr X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -0.01 X-TUID: 4+tdAB71HtwV On Tuesday, 23 June 2020 15:53:07 CEST Nicolas Goaziou wrote: > Fixed. Thank you. That was fast ! Thanks :-)