From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Export of irc links in ox-html Date: Sun, 24 Sep 2017 18:35:27 +0200 Message-ID: <877ewo5a28.fsf@nicolasgoaziou.fr> References: <8760c8r7wj.fsf@gmail.com> <87tvzs8sva.fsf@nicolasgoaziou.fr> <871smwqcwv.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dw9sY-0002XQ-3F for emacs-orgmode@gnu.org; Sun, 24 Sep 2017 12:35:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dw9sQ-0004Dt-MV for emacs-orgmode@gnu.org; Sun, 24 Sep 2017 12:35:33 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:57706) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dw9sQ-0004DL-GM for emacs-orgmode@gnu.org; Sun, 24 Sep 2017 12:35:30 -0400 In-Reply-To: <871smwqcwv.fsf@gmail.com> (Jay Kamat's message of "Sun, 24 Sep 2017 12:28:16 -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" To: Jay Kamat Cc: emacs-orgmode@gnu.org Jay Kamat writes: > I've attached a second patch which adds a new function to org-irc.el, > which seems to handle export of irc links in ox-md and ox-html > properly. I'm very new to this system, so please make sure it's correct, > and I'll be happy to follow up with corrections if it isn't! Thank you! > Because I added support for md links in org-irc.el, I also removed the > workaround I added a while back for that in ox-md.el. Good catch. > +(defun org-irc-export (link description format) > + "Export an info link. I applied your patch with info changed into IRC above. Would you mind providing an ORG-NEWS entry about it? Regards,