Greetings. I'm getting a gratuitous string:
ORG-LIST-END-MARKER
inserted into the HTML version of some exported LaTeX code. The PDF export
seems to be OK.
This problem was discussed in the thread starting at:
http://lists.gnu.org/archive/html/emacs-orgmode/2011-03/msg01751.html
but I can't tell what the resolution was. If one of the discussed patches
fixed the problem, the patch doesn't seem to have survived to the version of
Org-mode that I'm using (release_7.7.328.g1a97 -- other details are
appended).
I've also appended a snippet of code that exhibits the problem.
Suggestions appreciated.
-- Mike
* My configuration
Emacs : GNU Emacs 23.2.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.24.4)
of
2011-05-23 on x86-12.phx2.fedoraproject.org
Package: Org-mode version 7.7 (release_7.7.328.g1a97)
* Code that exhibits the problem during HTML export
#+TITLE: neural network summary
#+AUTHOR:
#+DATE: 2011-10-30
#+LATEX_HEADER: \usepackage{amscd}
#+LATEX_HEADER: \usepackage{parskip}
#+LATEX_HEADER: \usepackage{amsmath}
#+LATEX_HEADER: \usepackage{multirow}
#+LATEX_HEADER: \usepackage[table]{xcolor}
#######+STYLE: <link rel="stylesheet" type="text/css" href="./html-skeleton.css" />
#+BABEL: :session *R* :cache no :results output verbatim :exports both :tangle
yes
# <<TOP>>
#+BEGIN_CENTER
All the formulas I need for logistic regression
#+END_CENTER
----------
Then
\begin{align}
J_k\Big(\Theta\Big) & = - \frac{1}{N}
\Big(
\big(1 - \vec{y}_k\big)^T
\log \big(1 - \vec{h}_k \big)
+ \vec{y}_k \log \vec{h}_k
\Big)
\end{align}