Re: [Orgmode] [Patch] org-protocol default template should be nil

2010-09-02 Thread Sebastian Rose
Bastien writes: > Sebastian Rose writes: > >> We always used the "w" template as the default for `org-remember' and >> also used it for `org-capture' for historical reasons. >> >> Unfortunately, this breaks, if the user has no "w" template defined. >> >> The patch below simply set's the custom va

Re: [Orgmode] [Patch] org-protocol default template should be nil

2010-09-02 Thread Bastien
Sebastian Rose writes: > We always used the "w" template as the default for `org-remember' and > also used it for `org-capture' for historical reasons. > > Unfortunately, this breaks, if the user has no "w" template defined. > > The patch below simply set's the custom variable Applied, thanks!

[Orgmode] [Patch] org-protocol default template should be nil

2010-08-31 Thread Sebastian Rose
Hi Carsten, this little patch fixes an issue Richard brought up. We always used the "w" template as the default for `org-remember' and also used it for `org-capture' for historical reasons. Unfortunately, this breaks, if the user has no "w" template defined. The patch below simply set's the cu