From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: [Accepted] contrib/lisp/org-export-generic.el Date: Thu, 17 Mar 2011 08:19:27 +0100 (CET) Message-ID: <20110317071927.9D7D86523@myhost.localdomain> References: <8870.1300249919@alphaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=41687 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q09HF-0006g2-Mx for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 05:13:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q09HD-0000s6-RJ for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 05:13:52 -0400 Received: from mail-wy0-f195.google.com ([74.125.82.195]:50133) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q09HD-0000ry-J0 for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 05:13:51 -0400 Received: by wyb32 with SMTP id 32so463745wyb.6 for ; Thu, 17 Mar 2011 02:13:51 -0700 (PDT) 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: emacs-orgmode@gnu.org Patch 690 (http://patchwork.newartisans.com/patch/690/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C8870.1300249919%40alphaville.dokosmarshall.org%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [O] contrib/lisp/org-export-generic.el > Date: Wed, 16 Mar 2011 09:31:59 -0000 > From: Nick Dokos > X-Patchwork-Id: 690 > Message-Id: <8870.1300249919@alphaville.dokosmarshall.org> > To: emacs-orgmode@gnu.org > Cc: nicholas.dokos@hp.com > > Wes Hardaker's generic exported in contrib/lisp needs a small changed to > make it compatible with the :for-backend generic parameter introduced in > commit ed6d6760268a18ff5c49f4d98b433f6cf9500e1e. > > > diff --git a/contrib/lisp/org-export-generic.el b/contrib/lisp/org-export-generic.el > index f518dd1..9abaffd 100644 > --- a/contrib/lisp/org-export-generic.el > +++ b/contrib/lisp/org-export-generic.el > @@ -620,7 +620,7 @@ underlined headlines. The default is 3." > (lines (org-split-string > (org-export-preprocess-string > region > - :for-ascii t > + :for-backend 'ascii > :skip-before-1st-heading > (plist-get opt-plist :skip-before-1st-heading) > :drawers (plist-get export-plist :drawers-export) >