Re: [Orgmode] [PATCH] Fix a bug in the remember properties escape

2008-11-17 Thread Carsten Dominik
Hi James, thank you for the report and patch, I have fixed the issue, in a different way. - Carsten On Nov 17, 2008, at 9:56 PM, James TD Smith wrote: Calling org-property-get-allowed-values with the point not on an item resulted in an error. This patch is available from my git repository, i

[Orgmode] [PATCH] Fix a bug in the remember properties escape

2008-11-17 Thread James TD Smith
Calling org-property-get-allowed-values with the point not on an item resulted in an error. This patch is available from my git repository, in the branch remember-properties-fix. --- lisp/ChangeLog |6 ++ lisp/org-remember.el |5 - 2 files changed, 10 insertions(+), 1 dele