From mboxrd@z Thu Jan 1 00:00:00 1970 From: lanas Subject: Re: Diffing org files with orgmode results Date: Sun, 9 Mar 2008 11:07:24 -0400 Message-ID: <20080309110724.6a22da75@mistral.stie> References: <20080309105344.7e5d3059@mistral.stie> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JYN7Z-0004AR-PZ for emacs-orgmode@gnu.org; Sun, 09 Mar 2008 11:07:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JYN7Y-0004A0-BI for emacs-orgmode@gnu.org; Sun, 09 Mar 2008 11:07:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYN7Y-00049x-6U for emacs-orgmode@gnu.org; Sun, 09 Mar 2008 11:07:28 -0400 Received: from ms.securenet.net ([205.236.147.20]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JYN7X-00061a-Tb for emacs-orgmode@gnu.org; Sun, 09 Mar 2008 11:07:28 -0400 Received: from localhost (localhost [127.0.0.1]) by ms.securenet.net (Postfix) with ESMTP id A67545CB77 for ; Sun, 9 Mar 2008 11:07:27 -0400 (EDT) Received: from ms.securenet.net ([127.0.0.1]) by localhost (ms.securenet.net [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id A9VjBwKsuDiI for ; Sun, 9 Mar 2008 11:07:24 -0400 (EDT) Received: from mistral.stie (mtl-pppoe-adsl831.securenet.net [66.38.239.69]) by ms.securenet.net (Postfix) with ESMTP id 96E195CB75 for ; Sun, 9 Mar 2008 11:07:24 -0400 (EDT) In-Reply-To: <20080309105344.7e5d3059@mistral.stie> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Le Dimanche, 9 Mars 2008 10:53:44 -0400, lanas a =C3=A9crit : > everyone in its html incarnation. It could be useful to produce a > html difference between updates of that file that would look like and > org file. I tried with a simple diff like the following and got some results: diff file1.org file1.org~ | egrep -v '<|\---|\d*c\d*' | sed 's/>//g' > new.= org Perhaps it's not that arcane to produce a html diff of two org files ;-) Cheers, Al