From mboxrd@z Thu Jan 1 00:00:00 1970 From: John J Foerch Subject: Re: org-property-format, trailing whitespace Date: Sat, 18 Apr 2015 14:18:22 -0400 Message-ID: <874modpafl.fsf@hecubus.retroj.net> References: <87r3rhz72a.fsf@hecubus.retroj.net> <87pp71s59u.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjXM7-0007jr-5E for emacs-orgmode@gnu.org; Sat, 18 Apr 2015 14:20:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YjXM2-0006ei-6j for emacs-orgmode@gnu.org; Sat, 18 Apr 2015 14:20:39 -0400 Received: from plane.gmane.org ([80.91.229.3]:45393) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjXM2-0006eA-0d for emacs-orgmode@gnu.org; Sat, 18 Apr 2015 14:20:34 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YjXM0-0005Le-EI for emacs-orgmode@gnu.org; Sat, 18 Apr 2015 20:20:32 +0200 Received: from 152.160.184.109 ([152.160.184.109]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Apr 2015 20:20:32 +0200 Received: from jjfoerch by 152.160.184.109 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Apr 2015 20:20:32 +0200 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 Rasmus writes: > Hi John, > > Thanks for your report. > > John J Foerch writes: > >> Down at the end of `org-indent-line', a bit of code meant to clean up >> the whitespace of properties inserts the trailing whitespace in the case >> of the ":LOGBOOK:" and ":END:" lines. >> >> (if (looking-at org-property-re) >> (replace-match (concat (match-string 4) >> (format org-property-format >> (match-string 1) (match-string 3))) >> t t)) >> > > It seems you are running Org 8.2. Would you mind to test if this behavior > is fixed in the 8.3 git version? > > Thanks, > Rasmus It appears to have been fixed in 8.3. Thank you! -John