From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Format of example block for ASCII export? Date: Tue, 22 Dec 2015 13:35:02 +0100 Message-ID: <87zix28xvt.fsf@nicolasgoaziou.fr> References: <87zix2yc9l.fsf@hornfels.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBM7q-00040M-9Z for emacs-orgmode@gnu.org; Tue, 22 Dec 2015 07:33:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBM7p-0007TJ-C6 for emacs-orgmode@gnu.org; Tue, 22 Dec 2015 07:33:10 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:57076) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBM7p-0007T6-56 for emacs-orgmode@gnu.org; Tue, 22 Dec 2015 07:33:09 -0500 In-Reply-To: <87zix2yc9l.fsf@hornfels.zedat.fu-berlin.de> (Loris Bennett's message of "Tue, 22 Dec 2015 12:05:10 +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: Loris Bennett Cc: emacs-orgmode@gnu.org Hello, "Loris Bennett" writes: > If I export the following > > #+BEGIN_EXAMPLE > $ sueff loris > Username Efficiency Number_of_CPUs_In_Use > loris 87.50% (7.00 of 8) > #+END_EXAMPLE > > to an ASCII file, I get: > > ,---- > | $ sueff loris > | Username Efficiency Number_of_CPUs_In_Use > | loris 87.50% (7.00 of 8) > `---- > > Where can I configure the appearance of the bracket around the > example? You can use a filter function and add it to `org-export-filter-example-block-functions'. Regards, -- Nicolas Goaziou