Re: [O] Clean up org-faces.el

2018-04-08 Thread Vikas Rawal
> > off topic here, but the problem with visual-line-mode for me is that > at least in 24.4 it does not respect fill column. this is a > dealbreaker. i stick with m-q. There is a visual-fill-column-mode. Have you tried that? Vikas

Re: [O] Clean up org-faces.el

2018-04-08 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rasmus writes: > Hi, > > stardiviner writes: > >> Add face for inline src: src_ruby{require 'library'} >> >> Here is my custom face: ... > > Are you saying that we should display inline calls better? > >

Re: [O] Clean up org-faces.el

2018-04-08 Thread Diego Zamboni
> that is a great blog post! lots of good detail. and visually pleasing > itself. Thanks! I recently started using ox-hugo for my blogging, and it works great. > off topic here, but the problem with visual-line-mode for me is that > at least in 24.4 it does not respect fill column. this is

Re: [O] Clean up org-faces.el

2018-04-08 Thread Samuel Wales
that is a great blog post! lots of good detail. and visually pleasing itself. off topic here, but the problem with visual-line-mode for me is that at least in 24.4 it does not respect fill column. this is a dealbreaker. i stick with m-q. the variable line-spacing is defined in c, so that

Re: [O] Clean up org-faces.el

2018-04-08 Thread Samuel Wales
ah, i have org-block fixed also and did not update the list of things not separate. (org-block ((t (:inherit fixed-pitch :foreground "#70b020" (org-date ((t (:inherit fixed-pitch :foreground "#806ab0" :underline t (org-date-selected ((t (:inherit fixed-pitch

Re: [O] Clean up org-faces.el

2018-04-08 Thread Diego Zamboni
Hi Samuel, Agree, I have started using variable pitch in org-mode and it has made it much more enjoyable. I recently documented my configuration here: http://zzamboni.org/post/beautifying-org-mode-in-emacs/ About your point (1.3), I

Re: [O] Clean up org-faces.el

2018-04-08 Thread Samuel Wales
On 4/8/18, Rasmus wrote: > I have been wanting to clean up org-faces.el for a couple of years. thanks. fwiw on variable pitch. i find that variable pitch reads legibly. is efficient with horizontal space, and looks great. it also makes the mode line short. took a few days to

Re: [O] Clean up org-faces.el

2018-04-08 Thread Daniele Nicolodi
On 08/04/2018 11:33, Rasmus wrote: > Daniele Nicolodi writes: > >> On 08/04/2018 07:27, Rasmus wrote: >>> I have been wanting to clean up org-faces.el for a couple of years. >> >> Only tangentially related: is there a way to have a different face for >> tables content and

Re: [O] Clean up org-faces.el

2018-04-08 Thread Rasmus
Hi, stardiviner writes: > Add face for inline src: src_ruby{require 'library'} > > Here is my custom face: ... Are you saying that we should display inline calls better? Rasmus -- Warning: Everything saved will be lost

Re: [O] Clean up org-faces.el

2018-04-08 Thread Rasmus
Daniele Nicolodi writes: > On 08/04/2018 07:27, Rasmus wrote: >> I have been wanting to clean up org-faces.el for a couple of years. > > Only tangentially related: is there a way to have a different face for > tables content and tables structure (ie the grid)? The default

Re: [O] Clean up org-faces.el

2018-04-08 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Add face for inline src: src_ruby{require 'library'} Here is my custom face: ;; inline code face => src_ruby{require 'something'} ;; ;; (REGEXP . FACE) ;; Highlight REGEXP with FACE ;; (REGEXP N FACE) ;; Highlight group N in REGEXP with

Re: [O] Clean up org-faces.el

2018-04-08 Thread Daniele Nicolodi
On 08/04/2018 07:27, Rasmus wrote: > I have been wanting to clean up org-faces.el for a couple of years. Only tangentially related: is there a way to have a different face for tables content and tables structure (ie the grid)? The default blue hurts my eyes :-) Cheers, Dan

Re: [O] Clean up org-faces.el

2018-04-08 Thread Nicolas Goaziou
Rasmus writes: > I have been wanting to clean up org-faces.el for a couple of years. Good idea. > However, it would be useful to know what sort of ideas there are about > faces. E.g. I know that faces are eventually to reflect the element > type. Faces predate elements, so

[O] Clean up org-faces.el

2018-04-08 Thread Rasmus
Hi, I have been wanting to clean up org-faces.el for a couple of years. 1. Font-lock keywords are copied over and the file is a mess to browse. 2. Some faces are basically hard-coded. It would be better to just inherit stuff and let the theme font lock dictate colors. 3. Things that must