emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Mathias Bauer <mbauer@gmx.org>
To: emacs-orgmode@gnu.org
Subject: Bug: HTML export broken [7.8]
Date: Tue, 13 Dec 2011 00:19:16 +0100	[thread overview]
Message-ID: <20111212231916.GA4529@gmx.org> (raw)

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

             reply	other threads:[~2011-12-12 23:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-12 23:19 Mathias Bauer [this message]
2011-12-13  0:07 ` Bug: HTML export broken [7.8] Bastien
2011-12-13  0:29   ` Mathias Bauer
2011-12-13  1:23     ` Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111212231916.GA4529@gmx.org \
    --to=mbauer@gmx.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).