From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou 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: Fri, 22 Jun 2018 18:51:13 +0200 Message-ID: <878t76data.fsf@nicolasgoaziou.fr> References: <877emvi5o5.fsf@nicolasgoaziou.fr> <87bmc6q225.fsf@norang.ca> <87vaaeo0q5.fsf@norang.ca> <878t77opcr.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fWPHN-0003Bn-Sh for emacs-orgmode@gnu.org; Fri, 22 Jun 2018 12:51:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fWPHJ-0002AH-W2 for emacs-orgmode@gnu.org; Fri, 22 Jun 2018 12:51:21 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:41625) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fWPHJ-00029p-Px for emacs-orgmode@gnu.org; Fri, 22 Jun 2018 12:51:17 -0400 In-Reply-To: <878t77opcr.fsf@norang.ca> (Bernt Hansen's message of "Thu, 21 Jun 2018 16:29:24 -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: Bernt Hansen Cc: Org Mode List , Allen Li Hello, 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. Thank you. Regards, -- Nicolas Goaziou 0x80A93738