From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Shlyakhter Subject: Re: Links in tables: could the plain text also look good? Date: Thu, 06 Mar 2014 17:33:07 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLgr2-0004Vy-Ey for emacs-orgmode@gnu.org; Thu, 06 Mar 2014 17:33:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLgqv-00023e-0f for emacs-orgmode@gnu.org; Thu, 06 Mar 2014 17:33:28 -0500 Received: from plane.gmane.org ([80.91.229.3]:37692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLgqu-00023T-RJ for emacs-orgmode@gnu.org; Thu, 06 Mar 2014 17:33:20 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WLgqs-0008UW-JS for emacs-orgmode@gnu.org; Thu, 06 Mar 2014 23:33:18 +0100 Received: from wrls-140-247-0-35.wrls.harvard.edu ([140.247.0.35]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Mar 2014 23:33:18 +0100 Received: from ilya_shl by wrls-140-247-0-35.wrls.harvard.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Mar 2014 23:33:18 +0100 In-Reply-To: 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: emacs-orgmode@gnu.org On 3/6/14 2:00 PM, Oleh wrote: > I was just committing a single line change to an org-mode table into > git, and the diff isn't good at all: the whole table appears to have > changed. Well, not really - just a few spaces were added on each table > line because the single new line caused a need to re-align the whole > table. You can tell diff to ignore whitespace-only changes by using the -w option: https://www.kernel.org/pub/software/scm/git/docs/git-diff.html -w --ignore-all-space Ignore whitespace when comparing lines. This ignores differences even if one line has whitespace where the other line has none.