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

2014-03-19 Thread Bastien
Hi Grant, Grant Rettke writes: > My config is definitely to blame. > > With my config newlines are output as:  Okay, thanks for confirming, -- Bastien

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 wrote: > 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 s

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 wrote: > Grant Rettke writes: > >> This

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

2014-03-09 Thread Nick Dokos
Grant Rettke writes: > This is the simplest example: > > #+BEGIN_SRC emacs-lisp > (message "Hello, world.") > #+END_SRC > This gives me: (message "Hello, world.") so it's probably some setting of yours. Try with emacs -q and a minimal .emacs file perhaps? > On Sun, Mar 9, 2014 at 11:09 PM,

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 wrote: > Hi, > > Org version 7.9.3f with Emacs version 24. Running org-export-as-html. > Have these options: > > #+TITLE: Creation and conservation of computer f