Re: [O] [PATCH] Fix some #+ blocks fontification when there is no lang attribute

2011-07-02 Thread Bastien
Eric Schulte schulte.e...@gmail.com writes: Fixed. Thanks for reporting -- Eric Er, thanks for fixing this typo Eric. -- Bastien

[O] [PATCH] Fix some #+ blocks fontification when there is no lang attribute

2011-07-01 Thread julien Barnier
* lisp/org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src blocks lang attribute When there is no lang attribute to a block (for quote, verse or others), the lang variable is not nil, but an empty string. --- lisp/org.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

Re: [O] [PATCH] Fix some #+ blocks fontification when there is no lang attribute

2011-07-01 Thread Bastien
Hi Julien, julien Barnier jul...@nozav.org writes: * lisp/org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src blocks lang attribute When there is no lang attribute to a block (for quote, verse or others), the lang variable is not nil, but an empty string. Applied, thanks! --

Re: [O] [PATCH] Fix some #+ blocks fontification when there is no lang attribute

2011-07-01 Thread Julien Barnier
Hi Bastien, Bastien bzg at altern.org writes: * lisp/org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src blocks lang attribute When there is no lang attribute to a block (for quote, verse or others), the lang variable is not nil, but an empty string. Applied, thanks!

Re: [O] [PATCH] Fix some #+ blocks fontification when there is no lang attribute

2011-07-01 Thread Eric Schulte
Julien Barnier jul...@nozav.org writes: Hi Bastien, Bastien bzg at altern.org writes: * lisp/org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src blocks lang attribute When there is no lang attribute to a block (for quote, verse or others), the lang variable is not