Hello,

Rasmus <ras...@gmx.us> 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

Reply via email to