From mboxrd@z Thu Jan 1 00:00:00 1970 From: "George Pearson" Subject: Re: date rows in weekly agenda column mode Date: Mon, 17 Nov 2008 14:22:11 -0500 Message-ID: <49217E13.26262.15E05E07@george.canals.com> References: <491CB06F.20338.31D12F6@george.canals.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L29hS-0005vh-Tl for emacs-orgmode@gnu.org; Mon, 17 Nov 2008 14:23:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L29hR-0005ug-4f for emacs-orgmode@gnu.org; Mon, 17 Nov 2008 14:23:54 -0500 Received: from [199.232.76.173] (port=40844 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L29hQ-0005uX-V2 for emacs-orgmode@gnu.org; Mon, 17 Nov 2008 14:23:52 -0500 Received: from shared9.whbdns.com ([75.126.177.135]:55434) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L29hQ-000781-CI for emacs-orgmode@gnu.org; Mon, 17 Nov 2008 14:23:52 -0500 Received: from c-24-128-69-40.hsd1.nh.comcast.net ([24.128.69.40] helo=[192.168.1.100]) by shared9.whbdns.com with esmtpsa (TLSv1:DES-CBC3-SHA:168) (Exim 4.69) (envelope-from ) id 1L29hC-0001QB-Tt for emacs-orgmode@gnu.org; Mon, 17 Nov 2008 19:23:39 +0000 In-reply-to: Content-description: Mail message body List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Thanks, Carsten - works great! Now it's MUCH easier to see what I'm doing when moving tasks around in weekly agenga column view. On 17 Nov 2008 at 17:50, Carsten Dominik wrote: > Hi George, > > you can now customize the face `org-agenda-column-dateline' to your > liking. > > HTH. > > - Carsten > > On Nov 14, 2008, at 4:55 AM, George Pearson wrote: > > > Tried to get the white background on these rows by changing the code > > myself. Managed to get the white background, BUT the effort total > > has vanished from the row, and so I could use some advice. > > > > Here's what I did: in the function org-agenda-colview-summarize, > > found in org-colview.el, I replaced these two lines: > > > > (put-text-property > > 0 (length lsum) 'face 'bold lsum) > > > > with these two: > > > > (add-text-properties > > 0 (length lsum) 'face '(:background white) lsum) > > > > Where did I go wrong? > > > > On 17 Oct 2008 at 15:47, Carsten Dominik wrote: > > > >> Hi George, > >> > >> in my Emacs, these lines have a white background and are therefore > >> easily distinguished. These lines use org-agenda-date and org- > >> agenda- > >> date-weekend as their faces, respectively. > >> > >> Ah, I guess you mean when you are computing summaries in the agenda > >> column view? > >> No, I don't think there is a way to change that. Maybe there should > >> be, I am putting it on my list. > >> > >> - Carsten > >> > >> On Oct 16, 2008, at 11:59 PM, George Pearson wrote: > >> > >>> In column view for the weekly agenda, the rows containing the dates > >>> for > >>> the upcoming week (e.g. "Friday 17 October 2008") have the same > >>> light > >>> grey background as the rows containing the TODO items. Is there a > >>> way > >>> to set a different background (like, say, white) for these date > >>> rows? > >>> This would make the date separations more obvious in this display. > >>> > >>> I have been poking around in org-faces.el but could not figure out > >>> if anything controlled this background in particular. > >>> > >>> > >>> > >>> > >>> _______________________________________________ > >>> Emacs-orgmode mailing list > >>> Remember: use `Reply All' to send replies to the list. > >>> Emacs-orgmode@gnu.org > >>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >> > >> > > > > > > > > > > _______________________________________________ > > Emacs-orgmode mailing list > > Remember: use `Reply All' to send replies to the list. > > Emacs-orgmode@gnu.org > > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >