From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: [PATCH] contrib/lisp/org-export-generic.el Date: Wed, 16 Mar 2011 00:31:59 -0400 Message-ID: <8870.1300249919@alphaville.dokosmarshall.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=55379 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PziPX-0008LE-TO for emacs-orgmode@gnu.org; Wed, 16 Mar 2011 00:32:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PziPW-0006Gf-Ny for emacs-orgmode@gnu.org; Wed, 16 Mar 2011 00:32:39 -0400 Received: from vms173003pub.verizon.net ([206.46.173.3]:50382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PziPW-0006GS-Jr for emacs-orgmode@gnu.org; Wed, 16 Mar 2011 00:32:38 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LI400JQLV9C9P31@vms173003.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 15 Mar 2011 23:32:06 -0500 (CDT) 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 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)