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

2011-07-02 Thread Bastien
Eric Schulte writes: > Fixed. Thanks for reporting -- Eric Er, thanks for fixing this typo Eric. -- Bastien

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

2011-07-01 Thread Eric Schulte
Julien Barnier writes: > Hi Bastien, > > Bastien 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 no

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

2011-07-01 Thread Julien Barnier
Hi Bastien, Bastien 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 Bastien
Hi Julien, julien Barnier 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! -- 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(-) diff