From mboxrd@z Thu Jan 1 00:00:00 1970 From: David O'Toole Subject: fontification and icon issues Date: Tue, 22 Sep 2009 11:11:30 -0400 Message-ID: <1253632290.12084.92.camel@vomac> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mq71v-0008MU-Tp for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 11:11:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mq71q-0008HB-AR for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 11:11:46 -0400 Received: from [199.232.76.173] (port=60892 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mq71q-0008Gz-4Q for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 11:11:42 -0400 Received: from mail-bw0-f225.google.com ([209.85.218.225]:48880) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mq71p-0007Yu-N9 for emacs-orgmode@gnu.org; Tue, 22 Sep 2009 11:11:41 -0400 Received: by bwz25 with SMTP id 25so3113182bwz.32 for ; Tue, 22 Sep 2009 08:11:40 -0700 (PDT) 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 A couple of issues: 1. org-fontify-whole-heading-line and org-startup-indented seem to conflict with one another. See screenshot: http://dto.github.com/images/folio.png The headline background color extends to the next line. The problem goes away when you set org-startup-indented to nil and M-x org-mode. BTW org-startup-indented is cool. 2. using add-text-properties to specify a display property (or even just a face) for any part of an org headline text kills the fontification of the rest of the text (TODO keyword and leading stars unaffected.) I'm trying to use font-lock-add-keywords to display the images. Maybe I should use overlays instead?