From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: org-odt compatibility patches Date: Sat, 25 Jun 2011 10:49:36 +0530 Message-ID: <81aad6v66v.fsf@gmail.com> References: <81aad88s5j.fsf@gmail.com> <87r56jec6i.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QaLHb-0007dG-Gb for emacs-orgmode@gnu.org; Sat, 25 Jun 2011 01:19:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QaLHa-0002uP-8e for emacs-orgmode@gnu.org; Sat, 25 Jun 2011 01:19:51 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:44962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QaLHa-0002u6-0h for emacs-orgmode@gnu.org; Sat, 25 Jun 2011 01:19:50 -0400 Received: by pwi12 with SMTP id 12so2636789pwi.0 for ; Fri, 24 Jun 2011 22:19:48 -0700 (PDT) In-Reply-To: <87r56jec6i.fsf@gnu.org> (Bastien's message of "Fri, 24 Jun 2011 12:49:57 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Bastien The attached patch "fixes" a omission in the "org-odt" compatibility series. Could you please commit this? Jambunathan K. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-org-export-format-source-code-or-example-Fix-commit-.patch >From 403fdba8e091ba15700262192064681a3bf8ac30 Mon Sep 17 00:00:00 2001 From: Jambunathan K Date: Sat, 25 Jun 2011 10:41:20 +0530 Subject: [PATCH] org-export-format-source-code-or-example: Fix commit f0177f (org-odt) * lisp/org-exp.el (org-export-format-source-code-or-example): Fix signature of org--format-source-code-or-example function. --- lisp/org-exp.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 83216dc..f8ea896 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -2536,7 +2536,7 @@ INDENT was the original indentation of the block." (setq rtn (cond (backend-formatter - (funcall backend-formatter lang caption textareap cols rows num + (funcall backend-formatter rtn lang caption textareap cols rows num cont rpllbl fmt)) ((eq org-export-current-backend 'docbook) (setq rtn (org-export-number-lines rtn 0 0 num cont rpllbl fmt)) -- 1.7.2.3 --=-=-= Content-Type: text/plain -- --=-=-=--