From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Org leaves whitespace around :LOGBOOK: [8.2.10 (release_8.2.10 @ /home/jsynacek/.local/share/emacs/24.4/lisp/org/)] Date: Sun, 02 Nov 2014 23:19:53 +0100 Message-ID: <87lhntgs8m.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xl3UR-0000Td-Pu for emacs-orgmode@gnu.org; Sun, 02 Nov 2014 17:19:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xl3UH-000614-Lo for emacs-orgmode@gnu.org; Sun, 02 Nov 2014 17:19:15 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:50888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xl3UH-00060y-Gf for emacs-orgmode@gnu.org; Sun, 02 Nov 2014 17:19:05 -0500 In-Reply-To: (Jan Synacek's message of "Fri, 31 Oct 2014 10:55:54 +0100") 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: Jan Synacek Cc: emacs-orgmode@gnu.org Hello, Jan Synacek writes: > I'm not sure if this is by design or not, but it sure looks like a bug > to me and is quite annoying. > > Reproducer: > 1) emacs -Q > 2) eval the following: > (require 'org) > (setq org-log-done 'time) > (setq org-log-into-drawer t) > (setq org-todo-keywords > '((sequence "TODO(t)" "WAITING(w@/!)" "|" "DONE(d!)"))) > 3) create a temporary org-mode buffer, insert an item in it, and C-c C-t > on the item (set the item to the WAITING state) > 4) notice the whitespace after :LOGBOOK: and :END:, creating sort of a box > > Emacs : GNU Emacs 24.4.2 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.9) > of 2014-10-22 on jsynacek-ntb-work.brq.redhat.com > Package: Org-mode version 8.2.10 (release_8.2.10 @ /home/jsynacek/.local/share/emacs/24.4/lisp/org/) FWIW, I cannot reproduce it on development version (8.3_beta). Regards, -- Nicolas Goaziou