From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Richard Subject: Bug: org-columns adds spaces [8.3beta (release_8.3beta-1286-g20795f @ /home/youngfrog/sources/org-mode/lisp/)] Date: Mon, 13 Jul 2015 13:34:47 +0200 Message-ID: <86615ocmug.fsf@members.fsf.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54409) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEc0d-0002qI-6k for emacs-orgmode@gnu.org; Mon, 13 Jul 2015 07:34:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEc0Y-0001WW-7i for emacs-orgmode@gnu.org; Mon, 13 Jul 2015 07:34:55 -0400 Received: from mxin.ulb.ac.be ([164.15.128.112]:58724) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEc0Y-0001WH-15 for emacs-orgmode@gnu.org; Mon, 13 Jul 2015 07:34:50 -0400 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 --=-=-= Content-Type: text/plain Here's my test.org file : --=-=-= Content-Type: text/x-org Content-Disposition: inline; filename=test.org * Test org :PROPERTIES: :COLUMNS: %15foo %fooo %2foooo %2fooooo %2foobar %2foobaz %2fooquw %2fooqux %2fooapp %2foopoj %2fooazf %2fooavp %10foopa %1whatever :END: --=-=-= Content-Type: text/plain Here's how I test it : emacs -Q -L ~/sources/org-mode/lisp/ test.org -f whitespace-mode then hit: M-x whitespace-mode RET ;; not required M-x outline-show-all RET ;; not required C-c C-x C-c ;; enter org-columns q ;; leave it The buffer is still marked "unmodified" but there are five space characters at the end of the headline. (and this will later confuse org element cache which thus give errors, but I guess that's to be expected.) Emacs : GNU Emacs 25.0.50.1 (i686-pc-linux-gnu, X toolkit, Xaw scroll bars) of 2015-07-11 on Aurora Package: Org-mode version 8.3beta (release_8.3beta-1286-g20795f @ /home/youngfrog/sources/org-mode/lisp/) --=-=-=--