From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@adboyd.com (J. David Boyd) Subject: Re: seeing ??? in Ccaa rather than file name Date: Wed, 27 Feb 2013 13:55:42 -0500 Message-ID: <87d2vlr3gx.fsf@adboyd.com> References: <87txp3nk7y.fsf@adboyd.com> <87ehg7ui2d.fsf@bzg.ath.cx> <871uc6u46l.fsf@sophokles.streitblatt.de> <87ip5ica7p.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAmAs-0006Ml-Ql for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 13:56:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAmAg-00055C-TV for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 13:56:13 -0500 Received: from plane.gmane.org ([80.91.229.3]:35102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAmAg-00050o-Ll for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 13:56:06 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UAmAr-00076v-D4 for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 19:56:17 +0100 Received: from 72.185.97.240 ([72.185.97.240]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Feb 2013 19:56:17 +0100 Received: from david by 72.185.97.240 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Feb 2013 19:56:17 +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: emacs-orgmode@gnu.org Bastien writes: >> 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. Great, so much better! Thanks, Dave