emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: HTML export broken [7.8]
@ 2011-12-12 23:19 Mathias Bauer
  2011-12-13  0:07 ` Bastien
  0 siblings, 1 reply; 4+ messages in thread
From: Mathias Bauer @ 2011-12-12 23:19 UTC (permalink / raw)
  To: emacs-orgmode

Hi everybody,

after installing v7.8 Org's HTML export feature seems to be
broken.  Running the following command as documented

    $ emacs -Q -l /path/to/minimal-org.el

and exporting a simple Org text like

--------------------test.org--------------------
* Test
This is some sample text.
--------------------test.org--------------------

I get this error

-------------------- emacs *Backtrace* --------------------
Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil)
  org-export-as-html(nil)
  call-interactively(org-export-as-html)
  org-export(nil)
  call-interactively(org-export nil nil)
-------------------- emacs *Backtrace* --------------------

and an incomplete HTML file:

--------------------test.html--------------------
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
               "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>test1</title>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
<meta name="title" content="test1"/>
<meta name="generator" content="Org-mode"/>
<meta name="generated" content="2011-12-13 00:02:07 CET"/>
<meta name="author" content=""/>
<meta name="description" content=""/>
<meta name="keywords" content=""/>
<style type="text/css">
[..stripped for brevity, MB...]
</style>
<script type="text/javascript">
[..stripped for brevity, MB...]
</script>

</head>
<body>

<div id="preamble">
--------------------test.html--------------------

My environment:

Emacs  : GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0)
 of 2010-12-11 on raven, modified by Debian
Package: Org-mode version 7.8


Can you please check this issue?

Many thanks in advance,
Mathias

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

end of thread, other threads:[~2011-12-13  1:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-12 23:19 Bug: HTML export broken [7.8] Mathias Bauer
2011-12-13  0:07 ` Bastien
2011-12-13  0:29   ` Mathias Bauer
2011-12-13  1:23     ` Bastien

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).