emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Sebastien Vauban <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Re: [bug] Org-verbatim and org-code not converted into HTML tags
Date: Sat, 29 Mar 2014 09:45:18 +0100	[thread overview]
Message-ID: <86ioqx1jhd.fsf@somewhere.org> (raw)
In-Reply-To: 87d2h6qo8i.fsf@gmail.com

Hello,

Nicolas Goaziou wrote:
> Sebastien Vauban writes:
>
>> When =:hlines yes=, strips horizontal lines from the input table.
>>
>> outputs the following HTML:
>>
>> <p>When =:hlines yes=, strips horizontal lines from the input
>> table.</p>
>>
>> with Org-mode version 8.2.5h (release_8.2.5h-867-g25c591).
>
> This should be fixed. Thank you.

This is:

--8<---------------cut here---------------start------------->8---
-            <li>during <b>weave</b> (code blocks with =:exports= set to
-            <code>results</code> or <code>both</code>)</li>
+            <li>during <b>weave</b> (code blocks with <code>:exports</code> set
+            to <code>results</code> or <code>both</code>)</li>
--8<---------------cut here---------------end--------------->8---

Thank you.

Though, there are extra diffs in my HTML output, about the style of the
org-block delimiter lines: they've lost their "under/over-line" feature,
and colors are not the same anymore.

See:

--8<---------------cut here---------------start------------->8---
               <div class="org-src-container">
                 <pre class="src src-org">
 <span style=
-"color: #555555; background-color: #E2E1D5; text-decoration: underline;">#+begin_src &lt;LANGUAGE&gt; &lt;HEADER-ARGS&gt;</span>
+"color: #008ED1; background-color: #EAEAFF;">#+begin_src &lt;LANGUAGE&gt; &lt;HEADER-ARGS&gt;</span>
 <span style="background-color: #FFFFE0;">&lt;BODY&gt;
 </span><span style=
-"color: #555555; background-color: #E2E1D5; text-decoration: overline;">#+end_src</span>
+"color: #008ED1; background-color: #EAEAFF;">#+end_src</span>
 </pre>
               </div>
--8<---------------cut here---------------end--------------->8---

In the previous version ("-" above), the `org-block-begin-line' (for
example) had well its underline and the colors did match their
definition in the color theme I use (Leuven, in current Emacs trunk, or
on MELPA):

--8<---------------cut here---------------start------------->8---
   `(org-block-begin-line ((,class (:underline "#A7A6AA" :foreground "#555555" :background "#E2E1D5"))))
   `(org-block-end-line ((,class (:overline "#A7A6AA" :foreground "#555555" :background "#E2E1D5"))))
--8<---------------cut here---------------end--------------->8---

This is not the case anymore. Any idea?

Best regards,
  Seb

-- 
Sebastien Vauban

  reply	other threads:[~2014-03-29  8:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-28 15:24 [bug] Org-verbatim and org-code not converted into HTML tags Sebastien Vauban
2014-03-28 16:31 ` Nicolas Goaziou
2014-03-29  8:45   ` Sebastien Vauban [this message]
2014-04-18 11:39     ` Bastien
2014-05-02 12:51       ` Sebastien Vauban

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=86ioqx1jhd.fsf@somewhere.org \
    --to=sva-news-d0wtavr13harg/idocfnwg@public.gmane.org \
    --cc=emacs-orgmode-mXXj517/zsQ@public.gmane.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).