[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [ox-ascii, bug?] links are wrapped in [·]
From: |
Nicolas Goaziou |
Subject: |
Re: [O] [ox-ascii, bug?] links are wrapped in [·] |
Date: |
Fri, 06 Mar 2015 11:58:54 +0100 |
Hello,
Rasmus <address@hidden> writes:
> 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?
This is a feature. Every link is put into square brackets. You can
easily remove them with a filter, using `org-plain-link-re'.
Regards,
--
Nicolas Goaziou