From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: verbatim =[[link]]= and code ~[[link]]~ render as links Date: Tue, 08 Aug 2017 11:06:54 -0500 Message-ID: <87r2wmm4bl.fsf@alphapapa.net> References: <1145586952.1831161.1502199551475.ref@mail.yahoo.com> <1145586952.1831161.1502199551475@mail.yahoo.com> <87fud2nlp9.fsf@alphapapa.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1df7t9-0008C7-0t for emacs-orgmode@gnu.org; Tue, 08 Aug 2017 13:01:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1df7t4-0001RF-UO for emacs-orgmode@gnu.org; Tue, 08 Aug 2017 13:01:51 -0400 Received: from [195.159.176.226] (port=54508 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1df7t4-0001R2-Ne for emacs-orgmode@gnu.org; Tue, 08 Aug 2017 13:01:46 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1df722-0005ZH-LX for emacs-orgmode@gnu.org; Tue, 08 Aug 2017 18:06:58 +0200 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: emacs-orgmode@gnu.org Kaushal Modi writes: > Are you referring to: > > [[https://www.example.com][=verbatim link descr=]] > > ? Well, here's what I've noticed: + [[https://www.example.com][=verbatim link descr=]] - Renders in the Emacs buffer as a link, colored as a link rather than a code block, with visible =description=. - Exports to HTML as ..., which looks fine - Renders on GitHub as =description=, which is incorrect + =[[https://www.example.com][verbatim link descr]]= - Renders in the Emacs buffer as a link with the same color as other =code= blocks. - Exports to HTML as [[https://www.example.com][verbatim link descr]], which I guess makes sense. - Renders on GitHub as [[https://www.example.com][verbatim link descr]], which is consistent. So maybe Wolfram is right here, and the the problems are with the way the ...[=description=]] links are rendered in Emacs and on GitHub.