From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: org-property-format, trailing whitespace Date: Sat, 18 Apr 2015 19:41:33 +0200 Message-ID: <87pp71s59u.fsf@gmx.us> References: <87r3rhz72a.fsf@hecubus.retroj.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjWkS-0005u0-6s for emacs-orgmode@gnu.org; Sat, 18 Apr 2015 13:41:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YjWkP-0002WP-25 for emacs-orgmode@gnu.org; Sat, 18 Apr 2015 13:41:44 -0400 Received: from plane.gmane.org ([80.91.229.3]:44106) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YjWkO-0002WL-RC for emacs-orgmode@gnu.org; Sat, 18 Apr 2015 13:41:40 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YjWkN-0005Im-3o for emacs-orgmode@gnu.org; Sat, 18 Apr 2015 19:41:39 +0200 Received: from x5ce14d69.dyn.telefonica.de ([92.225.77.105]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Apr 2015 19:41:39 +0200 Received: from rasmus by x5ce14d69.dyn.telefonica.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Apr 2015 19:41:39 +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 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 -- One thing that is clear: it's all down hill from here