emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [Accepted] [O, 1/5] bind org-export-current-backend in generic expor


From: Bastien Guerry
Subject: [O] [Accepted] [O, 1/5] bind org-export-current-backend in generic exporter.
Date: Sat, 22 Oct 2011 11:38:59 +0200 (CEST)

Patch 996 (http://patchwork.newartisans.com/patch/996/) is now "Accepted".

Maintainer comment: none

This relates to the following submission:

http://mid.gmane.org/%3C1319213609-40770-2-git-send-email-rpgoldman%40real-time.com%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,1/5] bind org-export-current-backend in generic exporter.
> Date: Fri, 21 Oct 2011 21:13:25 -0000
> From: Robert P. Goldman <address@hidden>
> X-Patchwork-Id: 996
> Message-Id: <address@hidden>
> To: address@hidden
> Cc: "Robert P. Goldman" <address@hidden>
> 
> This is needed for org-export-preprocess-string to function correctly.
> 
> ---
> contrib/lisp/org-export-generic.el |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/contrib/lisp/org-export-generic.el 
> b/contrib/lisp/org-export-generic.el
> index bb42b60..29e90b8 100644
> --- a/contrib/lisp/org-export-generic.el
> +++ b/contrib/lisp/org-export-generic.el
> @@ -617,6 +617,7 @@ underlined headlines.  The default is 3."
>         (buffer-substring
>          (if (org-region-active-p) (region-beginning) (point-min))
>          (if (org-region-active-p) (region-end) (point-max))))
> +      (org-export-current-backend 'org-export-generic)
>        (lines (org-split-string
>                (org-export-preprocess-string
>                 region
> 



reply via email to

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