From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastien Vauban Subject: Re: [bug] Org-verbatim and org-code not converted into HTML tags Date: Sat, 29 Mar 2014 09:45:18 +0100 Message-ID: <86ioqx1jhd.fsf@somewhere.org> References: <86mwgaxs68.fsf@somewhere.org> <87d2h6qo8i.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hello, Nicolas Goaziou wrote: > Sebastien Vauban writes: > >> When =:hlines yes=, strips horizontal lines from the input table. >> >> outputs the following HTML: >> >>

When =:hlines yes=, strips horizontal lines from the input >> table.

>> >> 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--- -
  • during weave (code blocks with =:exports= set to - results or both)
  • +
  • during weave (code blocks with :exports set + to results or both)
  • --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---
     #+begin_src <LANGUAGE> <HEADER-ARGS>
    +"color: #008ED1; background-color: #EAEAFF;">#+begin_src <LANGUAGE> <HEADER-ARGS>
     <BODY>
     #+end_src
    +"color: #008ED1; background-color: #EAEAFF;">#+end_src
     
    --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