emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [PATCH} Re: Bug: problem when exporting a org-mode file with a l


From: Charles C. Berry
Subject: Re: [O] [PATCH} Re: Bug: problem when exporting a org-mode file with a lots of code blocks
Date: Wed, 11 Mar 2015 19:30:05 -0700
User-agent: Alpine 2.00 (OSX 1167 2008-08-23)

On Wed, 11 Mar 2015, Nicolas Goaziou wrote:

Nicolas Goaziou <address@hidden> writes:

"Charles C. Berry" <address@hidden> writes:

The patch causes an informative error message to be reported for src
blocks like this (no language):

#+begin_src
(+ 1 2)
#_end_src

Thanks. However could you move the check for language earlier (i.e.,
right after "(src-block ...)")?


Done -- lines 3--6 below "(src-block ".

Also, `line-number-at-pos' is not a reliable information in this case
(preceding block might have modified the buffer anyway).


It now reports the src-block name (if any).

Pushed to master.

Chuck



reply via email to

[Prev in Thread] Current Thread [Next in Thread]