[Orgmode] Bug: contrib/src/org-collector.el [7.3]

2010-12-20 Thread MidLifeXis at PerlMonks
Hello, org-read-prop treats strings beginning with digits as numbers. contrib/lisp/org-collector.el: (line 124ish: http://repo.or.cz/w/org-mode.git/blob/5f77fd6a81a4241ce5a8e346acb9df089d65b462:/contrib/lisp/org-collector.el#l124) (org-read-prop 123abc-def543) returns 123, should return

Re: [Orgmode] Bug: contrib/src/org-collector.el [7.3]

2010-12-20 Thread Eric Schulte
Hi Brian, Thanks for the report. I've just pushed up a fix to org-collector.el. I've entirely removed `org-read-prop' and replaced it with `org-babel-read' a more modern/robust version of the same function which doesn't display the problem you mentioned below. #+begin_src emacs-lisp