Re: [O] Trouble with capture template and prompt

2016-09-15 Thread Adam Porter
Bart Bunting writes: Hi Bart, > I sort of had already narrowed it down but am unsure of how to debug > further. > > Removing %^{Todo} from the template and everything works. Just a shot in the dark, which shouldn't make any difference, but try this template, which works

Re: [O] Trouble with capture template and prompt

2016-09-14 Thread Nick Dokos
Bart Bunting writes: > Adam, > > I sort of had already narrowed it down but am unsure of how to debug > further. > > Removing %^{Todo} from the template and everything works. > > Of course the thing that doesn't work is that org no longer prompts me > for the title of the

Re: [O] Trouble with capture template and prompt

2016-09-14 Thread Bart Bunting
Adam, I sort of had already narrowed it down but am unsure of how to debug further. Removing %^{Todo} from the template and everything works. Of course the thing that doesn't work is that org no longer prompts me for the title of the task to create which makes me sad :). Any suggestions on

Re: [O] Trouble with capture template and prompt

2016-09-13 Thread Adam Porter
Bart Bunting writes: > Several of the entries I do not use but thought I should include the > entire variable. Hi Bart, Well, that looks okay to me. Going back to the original error message you provided, isn't C-c ! bound to insert an inactive org timestamp by default?

Re: [O] Trouble with capture template and prompt

2016-09-13 Thread Bart Bunting
Adam, Here it is from .customize. Several of the entries I do not use but thought I should include the entire variable. '(org-capture-templates (quote (("t" "todo" entry (file "~/.org/refile.org") "* TODO %^{Todo} %u %a %?" :clock-in t :clock-resume t) ("r" "respond"

Re: [O] Trouble with capture template and prompt

2016-09-12 Thread Adam Porter
Bart Bunting writes: > The error that is shown in the messages buffer is: > > Template key: > Capture abort: (error Key sequence C-c ! starts with non-prefix key C-c) I think this means that you have tried to specify the capture template key incorrectly. It would be

[O] Trouble with capture template and prompt

2016-09-12 Thread Bart Bunting
Hi, Tried to send this to the list a few days back but don't think it made it. Sorry if it is duplicated. - Hi, I have the following capture template defined in the customize interface. It used to work ok but now gives a cryptic (well at least to me) error: I think I've narrowed down

[O] Trouble with capture template and prompt

2016-09-06 Thread Bart Bunting
Hi, I have the following capture template defined in the customize interface. It used to work ok but now gives a cryptic (well at least to me) error: I've narrowed down the bit that is breaking to the title prompt definition. Can anyone point out what I'm doing wrong. I'm running org-mode