From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: Strange newline characters in org-export-as-html Date: Wed, 12 Mar 2014 21:48:36 -0500 Message-ID: References: <87mwgybpor.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNvhH-0005aA-NX for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 22:48:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNvhG-0002Si-DW for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 22:48:39 -0400 Received: from mail-ob0-x235.google.com ([2607:f8b0:4003:c01::235]:35814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNvhG-0002SZ-7t for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 22:48:38 -0400 Received: by mail-ob0-f181.google.com with SMTP id wp4so411549obc.26 for ; Wed, 12 Mar 2014 19:48:37 -0700 (PDT) In-Reply-To: <87mwgybpor.fsf@gmail.com> 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nick Dokos Cc: "emacs-orgmode@gnu.org" 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 is the simplest example: >> >> #+BEGIN_SRC emacs-lisp >> (message "Hello, world.") >> #+END_SRC >> > > This gives me: > >
(message )
> 
> > 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, 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 files (C3F) >>> #+AUTHOR: Grant Rettke >>> #+EMAIL: gcr@wisdomandwonder.com >>> #+DESCRIPTION: A literate programming style exposition of my Emacs conf= iguration >>> #+KEYWORDS: Literate Programming, Reproducible Research, Programming >>> Language, Lisp, Elisp, IDE, Emacs, Babel, org-mode >>> #+LANGUAGE: en >>> >>> Just noticed tonight that in my exported source blocks, mostly >>> emacs-lisp, wherever there is a newline in the code, I get the >>> following >>> sequence exported for example this: >>> >>> (setq auto-mode-alist >>> (append >>> '(("\\.scm\\'" . scheme-mode) >>> >>> becomes >>> >>>
(setq auto-mode-alist=

>>>       (append
>>>        '(("\\.scm\\'" .
>>> scheme-mode)
>>>
>>> which looks like this
>>>
>>> Auto Modes 83
>>> (setq auto-mode-alist=EE=80=80=EE=80=81=EE=80=81
>>>       (append=EE=80=80=EE=80=81=EE=80=81
>>>        '(("\\.scm\\'" . scheme-mode)=EE=80=80=EE=80=81=EE=80=81
>>>          ("\\.rkt\\'" . scheme-mode)=EE=80=80=EE=80=81=EE=80=81
>>>
>>> In a web browser, those block line things are not what I expect.
>>>
>>> Thoughts:
>>> 1. My org document is using unicode symbols. Perhaps this is a bad thin=
g.
>>> 2. I have wrong export as html settings.
>>> 3. I'm missing something.
>>>
>>> Thoughts?
>>>
>>> Regards,
>>>
>>> --
>>> Grant Rettke | ACM, AMA, COG, IEEE
>>> gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/
>>> =E2=80=9CWisdom begins in wonder.=E2=80=9D --Socrates
>>> ((=CE=BB (x) (x x)) (=CE=BB (x) (x x)))
>>> =E2=80=9CLife has become immeasurably better since I have been forced t=
o stop
>>> taking it seriously.=E2=80=9D --Thompson
>
> --
> Nick
>
>



--=20
Grant Rettke | ACM, AMA, COG, IEEE
gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/
=E2=80=9CWisdom begins in wonder.=E2=80=9D --Socrates
((=CE=BB (x) (x x)) (=CE=BB (x) (x x)))
=E2=80=9CLife has become immeasurably better since I have been forced to st=
op
taking it seriously.=E2=80=9D --Thompson