Re: [O] Strange newline characters in org-export-as-html

2014-03-18 Thread Grant Rettke
Hi Bastien, My config is definitely to blame. With my config newlines are output as:  Even on 8.2.5h. On Thu, Mar 13, 2014 at 3:15 AM, Bastien b...@gnu.org wrote: Hi Grant, I just tested the minimal example with Org 8.2.5h and fci-mode activated but didn't notice anything strange.

Re: [O] Strange newline characters in org-export-as-html

2014-03-13 Thread Bastien
Hi Grant, I just tested the minimal example with Org 8.2.5h and fci-mode activated but didn't notice anything strange. Do you still have the problem with Org 8.2.5h? If so, can you give the full Org version by hitting M-x org-version RET ? Thanks, -- Bastien

Re: [O] Strange newline characters in org-export-as-html

2014-03-12 Thread Grant Rettke
Nick, thanks for looking. After upgrading to the latest Org release 8.2.5h I did narrow it down to fci-mode being activated in lisp mode manifesting the issue. https://github.com/alpaker/Fill-Column-Indicator On Mon, Mar 10, 2014 at 12:14 AM, Nick Dokos ndo...@gmail.com wrote: Grant Rettke

[O] Strange newline characters in org-export-as-html

2014-03-09 Thread Grant Rettke
Hi, Org version 7.9.3f with Emacs version 24. Running org-export-as-html. Have these options: #+TITLE: Creation and conservation of computer files (C3F) #+AUTHOR: Grant Rettke #+EMAIL: g...@wisdomandwonder.com #+DESCRIPTION: A literate programming style exposition of my Emacs configuration

Re: [O] Strange newline characters in org-export-as-html

2014-03-09 Thread Grant Rettke
This is the simplest example: #+BEGIN_SRC emacs-lisp (message Hello, world.) #+END_SRC On Sun, Mar 9, 2014 at 11:09 PM, Grant Rettke g...@wisdomandwonder.com wrote: Hi, Org version 7.9.3f with Emacs version 24. Running org-export-as-html. Have these options: #+TITLE: Creation and

Re: [O] Strange newline characters in org-export-as-html

2014-03-09 Thread Nick Dokos
Grant Rettke g...@wisdomandwonder.com writes: This is the simplest example: #+BEGIN_SRC emacs-lisp (message Hello, world.) #+END_SRC This gives me: pre class=src src-emacs-lisp(message span style=color: #ffa07a;Hello, world./span) /pre so it's probably some setting of yours. Try with