Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Bernt Hansen <be...@norang.ca> 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