From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: Participating in Google Summer of Code 2012 Date: Sun, 4 Mar 2012 16:14:32 +0100 Message-ID: References: <877gz31kbo.fsf@gnu.org> <81wr73x803.fsf@gmail.com> <87y5rjlz69.fsf@gmx.com> <81sjhrx6zd.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4D8v-0000dn-UP for emacs-orgmode@gnu.org; Sun, 04 Mar 2012 10:14:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4D8t-0000AS-M1 for emacs-orgmode@gnu.org; Sun, 04 Mar 2012 10:14:37 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:30714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4D8t-0000A5-G6 for emacs-orgmode@gnu.org; Sun, 04 Mar 2012 10:14:35 -0500 In-Reply-To: <81sjhrx6zd.fsf@gmail.com> 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: Jambunathan K Cc: emacs-orgmode@gnu.org On 2 mars 2012, at 18:12, Jambunathan K wrote: > Sometime back while looking at change tracking within OpenDocument > files, I stumbled upon the following two entries. >=20 > = http://wiki.documentfoundation.org/Track_changes#Google_Summer_of_Code_200= 9:_Improve_Writer.27s_compare_function >=20 > http://gsoc-tzvetelina.blogspot.in/ >=20 > In the above blog, the author is talking about paragraphs as a unit = and > makes a note of the algorithms he uses to narrow down the paragraphs = of > interest. I think in Org's context, outline could (also) be considered > as a unit. If I may advertise some things I did a while back, which may be useful = to convert between textual formats: http://www.seas.upenn.edu/~harmony/ We also worked on a synchronizing algorithm that mixed diff3 with our = tree synchronizer. I could try to dig that up as well. Alan=