From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: How to create synopsis output of versioned text? Date: Wed, 20 May 2015 16:21:55 -0400 Message-ID: References: <1885058.fJ0IQyBUfQ@sirius> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvAV6-00071J-Mr for emacs-orgmode@gnu.org; Wed, 20 May 2015 16:22:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvAV1-0006z1-Nk for emacs-orgmode@gnu.org; Wed, 20 May 2015 16:22:00 -0400 Received: from mail-qk0-x232.google.com ([2607:f8b0:400d:c09::232]:36123) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvAV1-0006yr-Ju for emacs-orgmode@gnu.org; Wed, 20 May 2015 16:21:55 -0400 Received: by qkgw4 with SMTP id w4so39788768qkg.3 for ; Wed, 20 May 2015 13:21:55 -0700 (PDT) In-reply-to: <1885058.fJ0IQyBUfQ@sirius> 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: Martin Weigele Cc: Org Mode I use 'latexdiff' for this, but it does not have a side-by-side option. -k. On 2015-05-20 at 14:13, Martin Weigele wrote: > When dealing with different versions of text, e.g. old and new (law) code, it > is sometimes nice to be able to create a synopsis of the versions of the text > in tabular form. > > Any suggestions how to do this in emacs orgmode? Yes I know you can manually > do tables, and you could call unix diff, but something that does it > automatically from the individual text versions with a tabular output - old > version left, new version right column, with similar sections or code pieces > matching in the same row would be cool. As a last resort, even outside > orgmode. :) > > Martin