Eric Schulte writes:
> Fixed. Thanks for reporting -- Eric
Er, thanks for fixing this typo Eric.
--
Bastien
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
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
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
* 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