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: Sun, 24 Jun 2018 22:24:17 -0400 Message-ID: <87zhzjmwmm.fsf@norang.ca> References: <877emvi5o5.fsf@nicolasgoaziou.fr> <87bmc6q225.fsf@norang.ca> <87vaaeo0q5.fsf@norang.ca> <878t77opcr.fsf@norang.ca> <878t76data.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXHBD-0000Ro-Eb for emacs-orgmode@gnu.org; Sun, 24 Jun 2018 22:24:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXHBA-0001Zt-9R for emacs-orgmode@gnu.org; Sun, 24 Jun 2018 22:24:35 -0400 Received: from outbound1b.ore.mailhop.org ([54.200.247.200]:38862) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fXHBA-0001WJ-2q for emacs-orgmode@gnu.org; Sun, 24 Jun 2018 22:24:32 -0400 In-Reply-To: <878t76data.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Fri, 22 Jun 2018 18:51:13 +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" To: Nicolas Goaziou Cc: Org Mode List , Allen Li Nicolas Goaziou writes: > Bernt Hansen writes: > >> 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)))) > > I re-introduced the problem recently. This is now fixed, with > a regression test for good measure. Fix confirmed :) Thanks, Bernt