From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: contrib/src/org-collector.el [7.3] Date: Mon, 20 Dec 2010 23:03:34 +0100 Message-ID: <2F48C1CE-2D37-43D1-9544-EAF0F32521BB@gmail.com> References: <431962.23495.qm@web81603.mail.mud.yahoo.com> <87aak0s1bx.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=57691 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUnph-00042z-Gw for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 17:03:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PUnpb-00004v-Uy for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 17:03:53 -0500 Received: from mail-bw0-f43.google.com ([209.85.214.43]:36969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PUnpb-0008WM-QD for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 17:03:47 -0500 Received: by bwz14 with SMTP id 14so3742121bwz.30 for ; Mon, 20 Dec 2010 14:03:46 -0800 (PST) In-Reply-To: <87aak0s1bx.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: MidLifeXis at PerlMonks , emacs-orgmode@gnu.org Thanks Eric, for the quick fix. - Carsten On Dec 20, 2010, at 8:15 PM, Eric Schulte wrote: > 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 > (org-babel-read "123abc-def543") ; 123abc-def543 > #+end_src > > Cheers -- Eric > > MidLifeXis at PerlMonks writes: > >> 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 "123abc- >> def543" >> >> Creates problems trying to include org-generated ID numbers (UUID >> style) into a >> propview table. >> >> Perhaps later I can submit a patch, but I don't currently have the >> cycles. >> >> My current configuration is: >> >> Emacs : GNU Emacs 22.2.1 (i386-mingw-nt5.1.2600) >> of 2008-03-26 on RELEASE >> Package: Org-mode version 7.3 >> >> >> but the problem is still in the master branch (see link above). >> >> >> Brian >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode