Re: [O] seeing ??? in Ccaa rather than file name

2013-02-27 Thread J. David Boyd
Bastien b...@altern.org 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




[O] seeing ??? in Ccaa rather than file name

2013-02-23 Thread J. David Boyd

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


rather than seeing the files that contain the scheduled items.   It was
fine yesterday, so it has to be something in the git pull from this
morning.

Thought I'd throw that out there and see if anyone else sees this
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.

Dave




Re: [O] seeing ??? in Ccaa rather than file name

2013-02-23 Thread J. David Boyd
Sorry, meant to say 'agenda', not 'Ccaa'

Dave




Re: [O] seeing ??? in Ccaa rather than file name

2013-02-23 Thread Bastien
Hi David,

da...@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



Re: [O] seeing ??? in Ccaa rather than file name

2013-02-23 Thread Florian Beck
Bastien b...@altern.org 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



Re: [O] seeing ??? in Ccaa rather than file name

2013-02-23 Thread Bastien
Hi Florian,

Florian Beck f...@miszellen.de writes:

 Bastien b...@altern.org 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