From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: =?UTF-8?B?W294LWFzY2lpLCBidWc/XSBsaW5rcyBhcmUgd3JhcHBlZCBpbiBb?= =?UTF-8?B?wrdd?= Date: Fri, 06 Mar 2015 00:26:42 +0100 Message-ID: <87fv9jqb4d.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTfAN-0006UU-Rv for emacs-orgmode@gnu.org; Thu, 05 Mar 2015 18:26:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTfAJ-0007A5-QC for emacs-orgmode@gnu.org; Thu, 05 Mar 2015 18:26:55 -0500 Received: from plane.gmane.org ([80.91.229.3]:59119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTfAJ-00079f-KK for emacs-orgmode@gnu.org; Thu, 05 Mar 2015 18:26:51 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YTfAH-0001k7-2H for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 00:26:49 +0100 Received: from 102.201.133.37.dynamic.jazztel.es ([37.133.201.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Mar 2015 00:26:49 +0100 Received: from rasmus by 102.201.133.37.dynamic.jazztel.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Mar 2015 00:26:49 +0100 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: emacs-orgmode@gnu.org Hi, Try the following: (with-temp-buffer (require 'ox-ascii) (insert "http://orgmode.org") (org-ascii-export-as-ascii nil nil nil t)) This will output [http://orgmode.org]. I don't think that www-links should be treated the same as "random links" here. Maybe we could check the raw link against a regexp for hyperlinks? —Rasmus -- One thing that is clear: it's all down hill from here