From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Beck Subject: Re: seeing ??? in Ccaa rather than file name Date: Sat, 23 Feb 2013 22:10:42 +0100 Message-ID: <871uc6u46l.fsf@sophokles.streitblatt.de> References: <87txp3nk7y.fsf@adboyd.com> <87ehg7ui2d.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9MN0-0002ze-A1 for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 16:11:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9MMx-0007og-EI for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 16:10:58 -0500 Received: from mo6-p04-ob.rzone.de ([2a01:238:20a:202:5304::1]:48976) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9MMx-0007ne-6h for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 16:10:55 -0500 In-Reply-To: <87ehg7ui2d.fsf@bzg.ath.cx> (Bastien's message of "Sat, 23 Feb 2013 17:10:50 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org, "J. David Boyd" Bastien writes: >> ???: 12:00...... Scheduled: TODO [#B] Change oil > > I cannot reproduce this problem. Can you share a minimal example > (as an .org file) that I can run with emacs -q to see the problem? I see the same thing. Categories that would normally set to the file name are displayed as "???". Presumably because `org-refresh-category-properties' is called inside `with-silent-modifications', which let-binds `buffer-file-name'. -- Florian Beck