emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Exporting BEGIN_HTML/END_HTML changed?
@ 2016-07-16 11:06 Michael Welle
  2016-07-16 11:18 ` Michael Welle
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Welle @ 2016-07-16 11:06 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

somewhere on the road the behaviour of exporting BEGIN_HTML/END_HTML
blocks changed (at least locally for me).

I expected a block like the following to be exported literally:

#+BEGIN_HTML
<table>
</table>
#+END_HTML


But the result looks like

<div id="content">
<div class="HTML">
<p>
&lt;table&gt;
&lt;/table&gt;
</p>

</div>
</div>

Is it just me or is it a regression in org-mode? I use the git master
branch.

Regards
hmw

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Exporting BEGIN_HTML/END_HTML changed?
  2016-07-16 11:06 Exporting BEGIN_HTML/END_HTML changed? Michael Welle
@ 2016-07-16 11:18 ` Michael Welle
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Welle @ 2016-07-16 11:18 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

oops, sorry for the noise. I should use BEGIN_EXPORT html instead of
BEGIN_HTML. I forgot to point the info page viewer to the git based org
installation and so it shows still the outdated documentation that comes
with the Emacs installation.

Regards
hmw

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-16 11:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-16 11:06 Exporting BEGIN_HTML/END_HTML changed? Michael Welle
2016-07-16 11:18 ` Michael Welle

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).