From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] ASCII export: Fixed a bug. Date: Tue, 15 Feb 2011 10:47:50 +0100 Message-ID: <878vxhzl15.fsf@gnu.org> References: <87pqqw17mt.fsf@gnu.org> <87y65hq5oy.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=45824 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpHVe-0003Sy-RM for emacs-orgmode@gnu.org; Tue, 15 Feb 2011 04:47:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpHVc-0007ig-O7 for emacs-orgmode@gnu.org; Tue, 15 Feb 2011 04:47:50 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:41144) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PpHVc-0007iJ-G8 for emacs-orgmode@gnu.org; Tue, 15 Feb 2011 04:47:48 -0500 Received: by bwz16 with SMTP id 16so250118bwz.0 for ; Tue, 15 Feb 2011 01:47:47 -0800 (PST) In-Reply-To: ("Valentin =?iso-8859-1?Q?W=FCstholz=22's?= message of "Tue, 15 Feb 2011 09:59:20 +0100") 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: Valentin =?iso-8859-1?Q?W=FCstholz?= Cc: emacs-orgmode Hi Valentin, Valentin Wüstholz writes: > I just noticed that the call to 'car' is missing: > > ------------------------------ lisp/org-ascii.el ------------------------------ > index 3cc95e6..dd6f69b 100644 > @@ -656 +656 @@ publishing directory." > - (last org-export-ascii-underline))) > + (car (last org-export-ascii-underline)))) Argh, right, fixed again. Thanks! -- Bastien