Re: [Orgmode] Patch for problem with xemacs

2008-12-08 Thread Carsten Dominik
Hi Thomas, thanks for the analysis, I have applied a simplified version of your patch. - Carsten On Dec 8, 2008, at 10:47 PM, Thomas Fuchs wrote: Hi there! The function org-substring-no-properties is called in org-remember.el with one argument and defined with one plus two optional argum

[Orgmode] Patch for problem with xemacs

2008-12-08 Thread Thomas Fuchs
Hi there! The function org-substring-no-properties is called in org-remember.el with one argument and defined with one plus two optional arguments. In case of xemacs the function delegates to substring which requires a non-optional second argument "from". The attached patch handles this. Greet