From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Turning on column view marks buffer "modified" Date: Tue, 16 Oct 2007 20:18:51 +0200 Message-ID: <57eb5a370732f83a912e1004e5db3ff2@science.uva.nl> References: <4714CA01.3060802@gmail.com> <4714DC64.9040902@gmail.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ihr0N-0004pe-Aw for emacs-orgmode@gnu.org; Tue, 16 Oct 2007 14:18:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ihr0L-0004oo-OS for emacs-orgmode@gnu.org; Tue, 16 Oct 2007 14:18:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ihr0L-0004ol-Gn for emacs-orgmode@gnu.org; Tue, 16 Oct 2007 14:18:57 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ihr0L-0000XP-40 for emacs-orgmode@gnu.org; Tue, 16 Oct 2007 14:18:57 -0400 In-Reply-To: <4714DC64.9040902@gmail.com> 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: Wanrong Lin Cc: org-mode list On Oct 16, 2007, at 17:44, Wanrong Lin wrote: > > I just found out things are even stranger: > > I have a level 1 heading "* HR". Every time the column view is turned > on, an extra space is added to the end of that heading, which is why > the buffer is marked "modified". But it only happens on that "HR" > heading. What is so special about the word "HR" (stands for "Human > Resources" for me)???????? The reason ist that your headline is so short. Column view internal need on character in the headline for each column to display. Therefore, it adds space characters if you have more columns than characters. Don't really know how to change this - I guess I could avoid marking the buffer marked just because of this. - Carsten