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 <be...@norang.ca> 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 <be...@norang.ca> writes: > >> Hi Nicholas, >> >> This fix breaks my capture templates. >> >> commit 593058e4a6270f52fdede2b871a0ee6504944f13 >> Author: Nicolas Goaziou <m...@nicolasgoaziou.fr> >> Date: Tue Jun 19 09:40:00 2018 +0200