From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [ELPA Submission] OpenDocumentText exporter for Orgmode Date: Fri, 17 Jun 2011 23:15:21 -0400 Message-ID: References: <81zkllh423.fsf@gmail.com> <87wrgoe7k0.fsf@stupidchicken.com> <81lix4p4ac.fsf@gmail.com> <81zklki0gr.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1308366946 29223 80.91.229.12 (18 Jun 2011 03:15:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 18 Jun 2011 03:15:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 18 05:15:42 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QXm0b-0005RL-BO for ged-emacs-devel@m.gmane.org; Sat, 18 Jun 2011 05:15:41 +0200 Original-Received: from localhost ([::1]:57652 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXm0a-00020n-9e for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2011 23:15:40 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:56064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXm0K-00020K-Ni for emacs-devel@gnu.org; Fri, 17 Jun 2011 23:15:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXm0J-00018B-R3 for emacs-devel@gnu.org; Fri, 17 Jun 2011 23:15:24 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:39685 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXm0J-00017x-OI for emacs-devel@gnu.org; Fri, 17 Jun 2011 23:15:23 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EACUX/E1FpZvP/2dsb2JhbABSpl54iHO/QII9g20EnVmEHw X-IronPort-AV: E=Sophos;i="4.65,384,1304308800"; d="scan'208";a="116568544" Original-Received: from 69-165-155-207.dsl.teksavvy.com (HELO ceviche.home) ([69.165.155.207]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 17 Jun 2011 23:15:22 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id B3F0C6650E; Sat, 18 Jun 2011 00:15:21 -0300 (ART) In-Reply-To: <81zklki0gr.fsf@gmail.com> (Jambunathan K.'s message of "Wed, 15 Jun 2011 02:39:56 +0530") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:140642 Archived-At: > org-html.el is split in to a generic export driver and a html-specific > formatter. The changes are here big and diffused that a simple diff > would simply be not that helpful. (Currently both these modules reside > within org-html.el) > org-odt.el is dependent on the core driver that is part of org-html.el. > There are other tiny changes to org.el, org-footnote.el and org-exp.el. I suggest you divide your changes into a few patches you can push independently which refactor the existing org code, with the end result that your new org-odt.el doesn't need extra changes elsewhere. Also, in order to speed things up, only submit one small patch at a time, otherwise the maintainers will tend to be overwhelmed reviewing a large patch and will let it linger for a long time. Stefan