From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: seeing ??? in Ccaa rather than file name Date: Sun, 24 Feb 2013 10:50:02 +0100 Message-ID: <87ip5ica7p.fsf@bzg.ath.cx> References: <87txp3nk7y.fsf@adboyd.com> <87ehg7ui2d.fsf@bzg.ath.cx> <871uc6u46l.fsf@sophokles.streitblatt.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9WKE-0007OP-Ry for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 02:48:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9WKC-0004At-Uy for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 02:48:46 -0500 Received: from mail-wg0-f45.google.com ([74.125.82.45]:52880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9WKC-0004Ai-O7 for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 02:48:44 -0500 Received: by mail-wg0-f45.google.com with SMTP id dq12so1629366wgb.24 for ; Sat, 23 Feb 2013 23:48:43 -0800 (PST) In-Reply-To: <871uc6u46l.fsf@sophokles.streitblatt.de> (Florian Beck's message of "Sat, 23 Feb 2013 22:10:42 +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: Florian Beck Cc: emacs-orgmode@gnu.org, "J. David Boyd" Hi Florian, Florian Beck writes: > 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'. Thanks for digging this further, I've fixed this now. -- Bastien