From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: ascii export of url part of links possible? Date: Wed, 25 Feb 2009 13:51:12 +0100 Message-ID: References: <20524da70902241218x66b7ee03pc6a2be6e23c66d0c@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LcJEM-0005xV-4B for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 07:51:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LcJEK-0005wk-Ff for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 07:51:17 -0500 Received: from [199.232.76.173] (port=52610 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcJEJ-0005wX-Ml for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 07:51:15 -0500 Received: from qw-out-1920.google.com ([74.125.92.147]:54831) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LcJEJ-0008R9-B4 for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 07:51:15 -0500 Received: by qw-out-1920.google.com with SMTP id 4so5842qwk.24 for ; Wed, 25 Feb 2009 04:51:13 -0800 (PST) In-Reply-To: <20524da70902241218x66b7ee03pc6a2be6e23c66d0c@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Samuel Wales Cc: emacs-orgmode@gnu.org On Feb 24, 2009, at 9:18 PM, Samuel Wales wrote: > I didn't find a way to have export as ASCII export the URL > of links. > > With a link whose URL is google's and whose label is > "google main page", org exports: > > try [google main page]. > > I prefer this: > > try http://google.com (google main page). I agree, and this would be easy to to. However, a problem is that it would make lines potentially very long, as ASCII export does not fill paragraphs. I have been thinking that it might be better to force links into footnotes for ascii export..... What do you think? - Carsten