Re: [O] BUG: org-block face not working

2015-04-28 Thread Michal Koval
Hello, On 04/28/15 22:06 PM, Nicolas Goaziou wrote: Hello, Michal Koval koval.m...@gmail.com writes: recently I switched from maint to master (release_8.3beta-1091-g96c533) and noticed that org-block face defined in my theme does not work anymore. I don't think src blocks ever got `org

[O] BUG: org-block face not working

2015-04-28 Thread Michal Koval
Hello, recently I switched from maint to master (release_8.3beta-1091-g96c533) and noticed that org-block face defined in my theme does not work anymore. What could be of some help is that when I type s TAB, I see a code block #+BEGIN_SRC #+END_SRC with the correct background face in the block

Re: [O] BUG: org-block face not working

2015-04-29 Thread Michal Koval
On 04/29/15 12:26 PM, Nicolas Goaziou wrote: Michal Koval koval.m...@gmail.com writes: I see `(defface org-block' in org-faces.el and I see it used it in org.el `org-fontify-meta-lines-and-blocks-1' where the bug probably is. `org-block' face is used for verbatim blocks (e.g, example block