From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian =?utf-8?b?Tnliw7g=?= Subject: (org-overlay-put 'display ) does not do much in XEmacs Date: Tue, 31 Oct 2006 13:00:10 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GetIy-0005fd-L4 for emacs-orgmode@gnu.org; Tue, 31 Oct 2006 08:05:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GetIx-0005f2-RR for emacs-orgmode@gnu.org; Tue, 31 Oct 2006 08:05:24 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GetIx-0005em-Jm for emacs-orgmode@gnu.org; Tue, 31 Oct 2006 08:05:23 -0500 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GetIx-0000G6-5Y for emacs-orgmode@gnu.org; Tue, 31 Oct 2006 08:05:23 -0500 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GetIb-000660-W7 for emacs-orgmode@gnu.org; Tue, 31 Oct 2006 14:05:02 +0100 Received: from 87.238.44.13 ([87.238.44.13]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Oct 2006 14:05:01 +0100 Received: from chr by 87.238.44.13 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Oct 2006 14:05:01 +0100 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: emacs-orgmode@gnu.org I run org-clock-display, but the aggregated times aren't shown. I believe that in XEmacs, the function org-overlay-put does not do what the author expects it to when called with the prop argument set to 'display. To Emacs, a prop set to 'display has a particular meaning, but to the XEmacs function set-extent-property it is just another symbol. What is a call to org-overlay-put with prop set to 'display and value set to a string supposed to do? I'm running XEmacs 21.5 (beta27) "fiddleheads" [Lucid] (i686-pc-linux, Mule) and Org-mode version 4.52 thanks, Christian