emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* "ORG-LIST-END-MARKER" appears in HTML export of LaTeX code
@ 2011-11-11 21:57 Michael Hannon
  2011-11-11 22:40 ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Hannon @ 2011-11-11 21:57 UTC (permalink / raw)
  To: Org-Mode List

[-- 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 --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: "ORG-LIST-END-MARKER" appears in HTML export of LaTeX code
  2011-11-11 21:57 "ORG-LIST-END-MARKER" appears in HTML export of LaTeX code Michael Hannon
@ 2011-11-11 22:40 ` Nicolas Goaziou
  2011-11-11 22:57   ` Michael Hannon
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2011-11-11 22:40 UTC (permalink / raw)
  To: Michael Hannon; +Cc: Org-Mode List

Hello,

Michael Hannon <jm_hannon@yahoo.com> writes:

>        + \vec{y}_k \log \vec{h}_k

Here, you're starting a new list item within your LaTeX
environments. For now, I would suggest to avoid putting the plus sign at
the beginning of the line.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: "ORG-LIST-END-MARKER" appears in HTML export of LaTeX code
  2011-11-11 22:40 ` Nicolas Goaziou
@ 2011-11-11 22:57   ` Michael Hannon
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Hannon @ 2011-11-11 22:57 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: Org-Mode List

[-- Attachment #1: Type: text/plain, Size: 660 bytes --]

That fixes it!  Thanks, Nicolas.

-- Mike




>________________________________
>From: Nicolas Goaziou <n.goaziou@gmail.com>
>To: Michael Hannon <jm_hannon@yahoo.com>
>Cc: Org-Mode List <emacs-orgmode@gnu.org>
>Sent: Friday, November 11, 2011 2:40 PM
>Subject: Re: [O] "ORG-LIST-END-MARKER" appears in HTML export of LaTeX code
>
>Hello,
>
>Michael Hannon <jm_hannon@yahoo.com> writes:
>
>>        + \vec{y}_k \log \vec{h}_k
>
>Here, you're starting a new list item within your LaTeX
>environments. For now, I would suggest to avoid putting the plus sign at
>the beginning of the line.
>
>Regards,
>
>-- 
>Nicolas Goaziou
>
>
>
>

[-- Attachment #2: Type: text/html, Size: 1562 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-11 22:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-11 21:57 "ORG-LIST-END-MARKER" appears in HTML export of LaTeX code Michael Hannon
2011-11-11 22:40 ` Nicolas Goaziou
2011-11-11 22:57   ` Michael Hannon

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).