From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Salazar Subject: HTML blocks not exporting correctly Date: Mon, 7 Nov 2016 18:24:35 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11440d30b0824a0540be53d9 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3tHK-0005gH-91 for emacs-orgmode@gnu.org; Mon, 07 Nov 2016 18:24:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3tHJ-0003Ns-Aa for emacs-orgmode@gnu.org; Mon, 07 Nov 2016 18:24:38 -0500 Received: from mail-it0-x22a.google.com ([2607:f8b0:4001:c0b::22a]:37749) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c3tHJ-0003Nb-4f for emacs-orgmode@gnu.org; Mon, 07 Nov 2016 18:24:37 -0500 Received: by mail-it0-x22a.google.com with SMTP id u205so163474122itc.0 for ; Mon, 07 Nov 2016 15:24:36 -0800 (PST) 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" To: org-mode --001a11440d30b0824a0540be53d9 Content-Type: text/plain; charset=UTF-8 Since upgrading to org-mode 9.0, I am unable to export HTML blocks. When I export to HTML, the contents of HTML blocks export literally, rather than as rendered HTML. So for instance, I have an org-mode file containing this: #+BEGIN_HTML link #+END_HTML When I export to HTML, I get an HTML file that has the literal text "link" rather than creating a hyperlink. Is there a fix for this? Thanks! --001a11440d30b0824a0540be53d9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Since upgrading to org-mode 9.0, I am unable to export HTM= L blocks. When I export to HTML, the contents of HTML blocks export literal= ly, rather than as rendered HTML.=C2=A0

So for instance,= I have an org-mode file containing this:

#+B= EGIN_HTML
<A HREF=3D"http:= //orgmode.org">link</a>
#+END_HTML
<= div>
When I export to HTML, I get an HTML file that has the l= iteral text "<A HREF=3D"http://= orgmode.org">link</a>" rather than creating a hyperl= ink.=C2=A0

Is there a fix for this? Thanks!
<= /div> --001a11440d30b0824a0540be53d9-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: HTML blocks not exporting correctly Date: Mon, 07 Nov 2016 23:42:55 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f403045dd8f4e4a09d0540be9541 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33521) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3tZE-0001U0-MX for emacs-orgmode@gnu.org; Mon, 07 Nov 2016 18:43:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3tZD-00011b-IP for emacs-orgmode@gnu.org; Mon, 07 Nov 2016 18:43:08 -0500 Received: from mail-ua0-x22b.google.com ([2607:f8b0:400c:c08::22b]:34954) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c3tZD-00011P-DT for emacs-orgmode@gnu.org; Mon, 07 Nov 2016 18:43:07 -0500 Received: by mail-ua0-x22b.google.com with SMTP id 12so133646918uas.2 for ; Mon, 07 Nov 2016 15:43:07 -0800 (PST) In-Reply-To: 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" To: Peter Salazar , org-mode --f403045dd8f4e4a09d0540be9541 Content-Type: text/plain; charset=UTF-8 Please see the very beginning of ORG-NEWS/Release Notes - http://orgmode.org/cgit.cgi/org-mode.git/tree/etc/ORG-NEWS?h=maint#n26 - http://orgmode.org/Changes.html#orgf3f9c91 On Mon, Nov 7, 2016 at 6:25 PM Peter Salazar wrote: > Since upgrading to org-mode 9.0, I am unable to export HTML blocks. When I > export to HTML, the contents of HTML blocks export literally, rather than > as rendered HTML. > > So for instance, I have an org-mode file containing this: > > #+BEGIN_HTML > link > #+END_HTML > > When I export to HTML, I get an HTML file that has the literal text " HREF="http://orgmode.org">link" rather than creating a hyperlink. > > Is there a fix for this? Thanks! > -- Kaushal Modi --f403045dd8f4e4a09d0540be9541 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Please see the very beginning of ORG-NEWS/Release Notes

On Mon, Nov = 7, 2016 at 6:25 PM Peter Salazar <cycleofsong@gmail.com> wrote:
Since upgrading to org-mode 9.0, = I am unable to export HTML blocks. When I export to HTML, the contents of H= TML blocks export literally, rather than as rendered HTML.=C2=A0

So fo= r instance, I have an org-mode file containing this:

#+BEGIN_HTML
<A HREF=3D&quo= t;http= ://orgmode.org">link</a>
#+= END_HTML

=
When I export to HTML, I get an HTML file that has= the literal text "<A HREF=3D"http://orgmode.org">link&l= t;/a>" rather than creating a hyperlink.=C2=A0

Is there a= fix for this? Thanks!
--

Kaushal Modi

--f403045dd8f4e4a09d0540be9541-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Salazar Subject: Re: HTML blocks not exporting correctly Date: Mon, 7 Nov 2016 19:12:10 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113ee3a4df6b3d0540befd7e Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3u1N-0005pT-Kr for emacs-orgmode@gnu.org; Mon, 07 Nov 2016 19:12:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3u1M-0002ih-Gj for emacs-orgmode@gnu.org; Mon, 07 Nov 2016 19:12:13 -0500 Received: from mail-it0-x22e.google.com ([2607:f8b0:4001:c0b::22e]:35397) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c3u1M-0002iS-Ab for emacs-orgmode@gnu.org; Mon, 07 Nov 2016 19:12:12 -0500 Received: by mail-it0-x22e.google.com with SMTP id e187so123143751itc.0 for ; Mon, 07 Nov 2016 16:12:12 -0800 (PST) In-Reply-To: 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" To: Kaushal Modi Cc: org-mode --001a113ee3a4df6b3d0540befd7e Content-Type: text/plain; charset=UTF-8 Thanks! On Mon, Nov 7, 2016 at 6:42 PM, Kaushal Modi wrote: > Please see the very beginning of ORG-NEWS/Release Notes > > - http://orgmode.org/cgit.cgi/org-mode.git/tree/etc/ORG-NEWS?h=maint#n26 > - http://orgmode.org/Changes.html#orgf3f9c91 > > On Mon, Nov 7, 2016 at 6:25 PM Peter Salazar > wrote: > >> Since upgrading to org-mode 9.0, I am unable to export HTML blocks. When >> I export to HTML, the contents of HTML blocks export literally, rather than >> as rendered HTML. >> >> So for instance, I have an org-mode file containing this: >> >> #+BEGIN_HTML >> link >> #+END_HTML >> >> When I export to HTML, I get an HTML file that has the literal text "> HREF="http://orgmode.org">link" rather than creating a hyperlink. >> >> Is there a fix for this? Thanks! >> > -- > > Kaushal Modi > --001a113ee3a4df6b3d0540befd7e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thanks!

On Mon, Nov 7, 2016 at 6:42 PM, Kaushal Modi <kaushal.mo= di@gmail.com> wrote:

On= Mon, Nov 7, 2016 at 6:25 PM Peter Salazar <cycleofsong@gmail.com> wrote:
Since upgrading to org-mode 9.0, I am unable to export HTM= L blocks. When I export to HTML, the contents of HTML blocks export literal= ly, rather than as rendered HTML.=C2=A0

So for instance, I have an org-mode fi= le containing this:
#+BEGIN= _HTML
<A HREF=3D&quo= t;http://orgmode.org">link</a>
=
#+END_HTML

When I exp= ort to HTML, I get an HTML file that has the literal text "<A HREF= =3D"http://orgmode.org">link</a>= ;" rather than creating a hyperlink.=C2=A0

Is there a fix for this? T= hanks!
--

Kaushal Modi


--001a113ee3a4df6b3d0540befd7e--