From: Michael Hannon <jm_hannon@yahoo.com>
To: Org-Mode List <emacs-orgmode@gnu.org>
Subject: "ORG-LIST-END-MARKER" appears in HTML export of LaTeX code
Date: Fri, 11 Nov 2011 13:57:20 -0800 (PST) [thread overview]
Message-ID: <1321048640.64411.YahooMailNeo@web161906.mail.bf1.yahoo.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1648 bytes --]
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}
[-- Attachment #2: Type: text/html, Size: 2112 bytes --]
next reply other threads:[~2011-11-11 21:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-11 21:57 Michael Hannon [this message]
2011-11-11 22:40 ` "ORG-LIST-END-MARKER" appears in HTML export of LaTeX code Nicolas Goaziou
2011-11-11 22:57 ` Michael Hannon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1321048640.64411.YahooMailNeo@web161906.mail.bf1.yahoo.com \
--to=jm_hannon@yahoo.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).