From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Bug: org-toggle-tag always marks buffer modified [9.1.13 (9.1.13-elpaplus @ .emacs.d/elpa/org-plus-contrib-20180618/)] Date: Thu, 21 Jun 2018 16:29:24 -0400 Message-ID: <878t77opcr.fsf@norang.ca> References: <877emvi5o5.fsf@nicolasgoaziou.fr> <87bmc6q225.fsf@norang.ca> <87vaaeo0q5.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60430) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fW6D2-0002GK-6x for emacs-orgmode@gnu.org; Thu, 21 Jun 2018 16:29:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fW6Cy-000066-Sm for emacs-orgmode@gnu.org; Thu, 21 Jun 2018 16:29:36 -0400 Received: from outbound1a.eu.mailhop.org ([52.58.109.202]:14856) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fW6Cy-00005a-MN for emacs-orgmode@gnu.org; Thu, 21 Jun 2018 16:29:32 -0400 In-Reply-To: <87vaaeo0q5.fsf@norang.ca> (Bernt Hansen's message of "Tue, 19 Jun 2018 18:44:34 -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" To: Nicolas Goaziou Cc: Org Mode List , Allen Li Hi Nicolas, This problem still exists when the capture template includes TAGS In the below capture-templates definition the "t" (todo) template works fine but the "m" Meeting template does not allow SPC to enter a space between words when entering the headling for the meeting task. (setq org-capture-templates (quote (("t" "Todo" entry (file "C:/D-Drive/org/refile.org") "* TODO %?\n%U\n\n%x\n" :clock-in t :clock-resume t) ("m" "Meeting" entry (file "C:/D-Drive/org/refile.org") "* TODO %? :MEETING:\n%U\n\n" :clock-in t :clock-resume t)))) Thanks, Bernt Bernt Hansen writes: > Hi Nicolas, > > Please disregard this bug report. I can't reproduce it anymore after an > Emacs restart. > > Sorry for the noise. > > Regards, > Bernt > > Bernt Hansen writes: > >> Hi Nicholas, >> >> This fix breaks my capture templates. >> >> commit 593058e4a6270f52fdede2b871a0ee6504944f13 >> Author: Nicolas Goaziou >> Date: Tue Jun 19 09:40:00 2018 +0200