emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Missing date in Org-Agenda Day buffer
@ 2012-03-20 14:23 Rasmus Rempling
  2012-03-20 18:15 ` Nick Dokos
  2012-03-21 22:59 ` Bastien
  0 siblings, 2 replies; 6+ messages in thread
From: Rasmus Rempling @ 2012-03-20 14:23 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 840 bytes --]

Dear group,

When scheduling may working day I use the Org-Agenda Day view and the 
column mode with the format as given below. This work very well and I am 
happy with the set-up. However, as shown in the attached png file the 
date is missing. My initial thought was that it is the same color as the 
shadowy highlight of the table headlines, but this is the same as the 
effort-sum. I have tried to find a solution, but not succeded.

I have tried two different background/foreground with the same result 
(black/white and reverse).

Is there more users having the same problem? And if anyone could help 
out I would be pleased.

(setq org-columns-default-format "%60ITEM(Details) %5PRIORITY(PRIO) 
%12SCHEDULED(Scheduled) %15TAGS(Context) %7TODO(To Do) 
%5Effort(Effort){:} %6CLOCKSUM ")

Emacs v. 23.3.1

Org-mode v. 7.6

-- 
/rasmus


[-- Attachment #2: screen_dump.png --]
[-- Type: image/png, Size: 38280 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Missing date in Org-Agenda Day buffer
  2012-03-20 14:23 Missing date in Org-Agenda Day buffer Rasmus Rempling
@ 2012-03-20 18:15 ` Nick Dokos
  2012-03-21 22:59 ` Bastien
  1 sibling, 0 replies; 6+ messages in thread
From: Nick Dokos @ 2012-03-20 18:15 UTC (permalink / raw)
  To: Rasmus Rempling; +Cc: nicholas.dokos, emacs-orgmode

Rasmus Rempling <rasmus@rempling.se> wrote:

> Dear group,
> 
> When scheduling may working day I use the Org-Agenda Day view and the
> column mode with the format as given below. This work very well and I
> am happy with the set-up. However, as shown in the attached png file
> the date is missing. My initial thought was that it is the same color
> as the shadowy highlight of the table headlines, but this is the same
> as the effort-sum. I have tried to find a solution, but not succeded.
> 
> I have tried two different background/foreground with the same result
> (black/white and reverse).
> 
> Is there more users having the same problem? And if anyone could help
> out I would be pleased.
> 
> (setq org-columns-default-format "%60ITEM(Details) %5PRIORITY(PRIO)
> %12SCHEDULED(Scheduled) %15TAGS(Context) %7TODO(To Do)
> %5Effort(Effort){:} %6CLOCKSUM ")
> 

Yes, I can reproduce that and it does seem like a bug. I traced it
down to 

     org-agenda-columns -->
      org-agenda-colview-summarize -->
       org-columns-display-here

but I don't have time to take it further. As you surmised, the dates are
there: if you do C-u C-x = at the appropriate places, you'll see the
chars, but I guess the fg/bg colors are the same. I append the report I
get from one such (the first char on tomorrow's date). It may be that
the (:foreground unspecified) below is the culprit, but I'm just guessing.

Nick

---------------------------------------------------------------------------
        character: W (87, #o127, #x57)
preferred charset: ascii (ASCII (ISO646 IRV))
       code point: 0x57
           syntax: w 	which means: word
         category: .:Base, L:Left-to-right (strong), a:ASCII, l:Latin, r:Roman
      buffer code: #x57
        file code: #x57 (encoded by coding system utf-8-unix)
          display: by this font (glyph code)
    x:-misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-1 (#x57)

Character code properties: customize what to show
  name: LATIN CAPITAL LETTER W
  old-name: 
  general-category: Lu (Letter, Uppercase)
  decomposition: (87) ('W')

There are 2 overlays here:
 From 999 to 1024
  face                 hl-line
  window               nil
 From 999 to 1000
  display              "                                                             | "
  face                 ((:foreground unspecified) org-agenda-column-dateline org-agenda-date)
  keymap               [Show]
  line-prefix          ""
  org-columns-format   "%-60.60s | "
  org-columns-key      "ITEM"
  org-columns-pom      nil
  org-columns-value    nil
  org-columns-value-modified ""
  wrap-prefix          ""


There are text properties here:
  day                  734583
  face                 org-agenda-date
  org-agenda-date-header t
  org-agenda-type      agenda
  org-date-line        t
  org-day-cnt          2
  read-only            "Type `e' to edit property"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Missing date in Org-Agenda Day buffer
  2012-03-20 14:23 Missing date in Org-Agenda Day buffer Rasmus Rempling
  2012-03-20 18:15 ` Nick Dokos
@ 2012-03-21 22:59 ` Bastien
  2012-03-23 16:47   ` Rasmus Rempling
  2012-03-27 19:36   ` Rasmus Rempling
  1 sibling, 2 replies; 6+ messages in thread
From: Bastien @ 2012-03-21 22:59 UTC (permalink / raw)
  To: Rasmus Rempling; +Cc: emacs-orgmode

Hi Rasmus,

Rasmus Rempling <rasmus@rempling.se> writes:

> When scheduling may working day I use the Org-Agenda Day view and the
> column mode with the format as given below. This work very well and I am
> happy with the set-up. However, as shown in the attached png file the date
> is missing. My initial thought was that it is the same color as the shadowy
> highlight of the table headlines, but this is the same as the effort-sum. I
> have tried to find a solution, but not succeded.
>
> I have tried two different background/foreground with the same result
> (black/white and reverse).

This should be fixed now, please confirm. 

As a workaround 

If you don't clone from master/hotfix, you can set 
`org-agenda-columns-show-summaries' to nil as a temporary
workaround.

Thanks to you and Nick for reporting this!

-- 
 Bastien

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Missing date in Org-Agenda Day buffer
  2012-03-21 22:59 ` Bastien
@ 2012-03-23 16:47   ` Rasmus Rempling
  2012-03-24  7:02     ` Bastien
  2012-03-27 19:36   ` Rasmus Rempling
  1 sibling, 1 reply; 6+ messages in thread
From: Rasmus Rempling @ 2012-03-23 16:47 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

Hi Bastien,

/rasmus


On 2012-03-21 23:59, Bastien wrote:
> Hi Rasmus,
>
> Rasmus Rempling<rasmus@rempling.se>  writes:
>
>> When scheduling may working day I use the Org-Agenda Day view and the
>> column mode with the format as given below. This work very well and I am
>> happy with the set-up. However, as shown in the attached png file the date
>> is missing. My initial thought was that it is the same color as the shadowy
>> highlight of the table headlines, but this is the same as the effort-sum. I
>> have tried to find a solution, but not succeded.
>>
>> I have tried two different background/foreground with the same result
>> (black/white and reverse).
> This should be fixed now, please confirm.
>
> As a workaround
>
> If you don't clone from master/hotfix, you can set
> `org-agenda-columns-show-summaries' to nil as a temporary
> workaround.
>
> Thanks to you and Nick for reporting this!
>
I confirm that the workaround works. The date is not missing. However, 
putting the show-summaries to nil omits the summation of effort and 
clock, which are in the same row.
I dont clone. Is the faulting summation only a problem of the workaround?

Thank you for looking into this.

/rasmus

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Missing date in Org-Agenda Day buffer
  2012-03-23 16:47   ` Rasmus Rempling
@ 2012-03-24  7:02     ` Bastien
  0 siblings, 0 replies; 6+ messages in thread
From: Bastien @ 2012-03-24  7:02 UTC (permalink / raw)
  To: Rasmus Rempling; +Cc: emacs-orgmode

Hi Rasmus,

Rasmus Rempling <rasmus@rempling.se> writes:

> I confirm that the workaround works. The date is not missing. However,
> putting the show-summaries to nil omits the summation of effort and clock,
> which are in the same row.

That's the point of `org-agenda-columns-show-summaries': controlling the
display of the summary.  

> I dont clone. Is the faulting summation only a problem of the
> workaround?

Not, it was another problem, now fixed, but you can temporary circumvent
the problem with the workaround.

Thanks,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Missing date in Org-Agenda Day buffer
  2012-03-21 22:59 ` Bastien
  2012-03-23 16:47   ` Rasmus Rempling
@ 2012-03-27 19:36   ` Rasmus Rempling
  1 sibling, 0 replies; 6+ messages in thread
From: Rasmus Rempling @ 2012-03-27 19:36 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

Hi Bastien,

I confirm that the fix works on v. 7.8.06.

Thank you!

/rasmus


On 2012-03-21 23:59, Bastien wrote:
> Hi Rasmus,
>
> Rasmus Rempling<rasmus@rempling.se>  writes:
>
>> When scheduling may working day I use the Org-Agenda Day view and the
>> column mode with the format as given below. This work very well and I am
>> happy with the set-up. However, as shown in the attached png file the date
>> is missing. My initial thought was that it is the same color as the shadowy
>> highlight of the table headlines, but this is the same as the effort-sum. I
>> have tried to find a solution, but not succeded.
>>
>> I have tried two different background/foreground with the same result
>> (black/white and reverse).
> This should be fixed now, please confirm.
>
> As a workaround
>
> If you don't clone from master/hotfix, you can set
> `org-agenda-columns-show-summaries' to nil as a temporary
> workaround.
>
> Thanks to you and Nick for reporting this!
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-03-27 19:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-20 14:23 Missing date in Org-Agenda Day buffer Rasmus Rempling
2012-03-20 18:15 ` Nick Dokos
2012-03-21 22:59 ` Bastien
2012-03-23 16:47   ` Rasmus Rempling
2012-03-24  7:02     ` Bastien
2012-03-27 19:36   ` Rasmus Rempling

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).