emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug: Literal Examples are malformed in exports (to html/tex) [8.


From: Nicolas Goaziou
Subject: Re: [O] Bug: Literal Examples are malformed in exports (to html/tex) [8.0.3 (release_8.0.3-165-g60ca9e @ /home/quazimodo/.emacs.d/vendor/org-mode/lisp/)]
Date: Wed, 29 May 2013 23:36:36 +0200

S S <address@hidden> writes:

> I've added test.org and test_no_init.org along with their html exports plus
> my init.el
> to a gist.
>
> https://gist.github.com/quazimodo/9055aca6167df1398c94
>
> The init.el is long but you'll see from a fast skim there's nothing unusual
> there.

Indeed. But I suspect something wrong in your config: your example
exports correctly here.

> 7.8.11 is used with emacs -q and that seems to export the example blocks
> properly,
> doesn't seem to know what to do with code blocks though.

Constructs like #+begin_code are called "special blocks". They are not
meant to be used for source code. Use #+begin_src instead.

> Do you need more?

What happens if you eval (org-element-at-point) with point on the faulty
#+begin_example line?

Also, what's the value for `org-element-block-name-alist'?


Regards,

-- 
Nicolas Goaziou



reply via email to

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