* fontification and icon issues
@ 2009-09-22 15:11 David O'Toole
2009-09-24 9:46 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: David O'Toole @ 2009-09-22 15:11 UTC (permalink / raw)
To: emacs-orgmode
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?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: fontification and icon issues
2009-09-22 15:11 fontification and icon issues David O'Toole
@ 2009-09-24 9:46 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2009-09-24 9:46 UTC (permalink / raw)
To: David O'Toole; +Cc: emacs-orgmode
On Sep 22, 2009, at 4:11 PM, David O'Toole wrote:
> 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.
This is a display bug in Emacs, which cannot be solved by Org-mode.
>
> BTW org-startup-indented is cool.
Thanks.
>
> 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.
Can you make an example file, and maybe a small function that does set
these properties, so that I can see what you mean?
- Carsten
>
> Maybe I should use overlays instead?
This can be done, but if every line in a very large file gets
an overlay, performance is severely degraded.
- Carsten
>
>
>
>
>
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-09-24 9:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-22 15:11 fontification and icon issues David O'Toole
2009-09-24 9:46 ` Carsten Dominik
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).