From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: seeing ??? in Ccaa rather than file name Date: Sat, 23 Feb 2013 17:10:50 +0100 Message-ID: <87ehg7ui2d.fsf@bzg.ath.cx> References: <87txp3nk7y.fsf@adboyd.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9Hgf-00089U-9i for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 11:11:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9Hgc-0005Tm-Sy for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 11:10:57 -0500 Received: from mail-wi0-f172.google.com ([209.85.212.172]:58172) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9Hgc-0005TX-Lk for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 11:10:54 -0500 Received: by mail-wi0-f172.google.com with SMTP id ez12so1991823wid.5 for ; Sat, 23 Feb 2013 08:10:53 -0800 (PST) In-Reply-To: <87txp3nk7y.fsf@adboyd.com> (J. David Boyd's message of "Sat, 23 Feb 2013 10:06:09 -0500") 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: "J. David Boyd" Cc: emacs-orgmode@gnu.org Hi David, david@adboyd.com (J. David Boyd) writes: > I'm using Org-mode version 7.9.3e (7.9.3e-1194-g43c8aa @ > /home/dave/.emacs.d/org/lisp/), just got the latest pull this morning, > and now when I generate an agenda, I'm getting lines like > > 10:04...... now - - - - - ! > ???: 12:00...... Scheduled: TODO [#B] Change oil > 12:00...... ---------------- > 14:00...... ---------------- > 16:00...... ---------------- > 18:00...... ---------------- > 20:00...... ---------------- > 22:00...... ---------------- > 24:00...... ---------------- > 02-24 (Sun) > 02-25 (Mon) > ???: 12:00...... Scheduled: TODO Taxes 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 also noticed, and I don't think it ever did this before, when I put > the cursor on a listed item in the agenda, the file name shows up in the > message area. Has it always done that? Maybe the two are related. (setq org-agenda-show-outline-path nil) to deactivate this. HTH, -- Bastien