emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Accepted] [O] contrib/lisp/org-export-generic.el


From: Bastien Guerry
Subject: [Accepted] [O] contrib/lisp/org-export-generic.el
Date: Thu, 17 Mar 2011 08:19:27 +0100 (CET)

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 <address@hidden>
> X-Patchwork-Id: 690
> Message-Id: <address@hidden>
> To: address@hidden
> Cc: address@hidden
> 
> 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)
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]