Re: [O] [ox-ascii, bug?] links are wrapped in [·]

2015-03-06 Thread Nicolas Goaziou
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



[O] [ox-ascii, bug?] links are wrapped in [·]

2015-03-05 Thread Rasmus
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