emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Strange output from export - two head-sections
@ 2008-12-05 12:13 Sebastian Rose
  2008-12-05 13:52 ` Sebastian Rose
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Rose @ 2008-12-05 12:13 UTC (permalink / raw)
  To: emacs-orgmode Org-Mode

Hi,


this is, what I get as an result from export.

1. There is this new navigation table on top (following an empty
   head section). How can I turn that off? It shows the entire content
   of WEB-folder! I added the `database.php' as demo.

2. There are two DOCTYPE lines and two head sections which seems too
   experimental to me :-)

3. Those DOCTYPE lines denote different doctypes.

4. <td valign=""> is depricated (while still in HTML 3.2). But I don't
   want HTML 3.2.


I just pulled again and still the same result.






=> --->8----------------------------->8----------------------------->8---

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
 <head>
  <title>Index of /devel/jobs/some-customer/map/docs</title>
 </head>
 <body>
<h1>Index of /devel/jobs/some-customer/map/docs</h1>
<table><tr><th><img src="/icons/blank.gif" alt="[ICO]"></th><th><a href="?C=N;O=D">Name</a></th><th><a href="?C=S;O=A">Size</a></th><th><a href="?C=D;O=A">Description</a></th></tr><tr><th colspan="4"><hr></th></tr>

<tr><td valign="top"><img src="/icons/back.gif" alt="[DIR]"></td><td><a href="/devel/jobs/some-customer/map/">Parent Directory</a></td><td align="right">  - </td></tr>
<tr><td valign="top"><img src="/icons/image2.gif" alt="[IMG]"></td><td><a href="mouseover.png">mouseover.png</a></td><td align="right"> 91K</td></tr>
<tr><td valign="top"><img src="/icons/unknown.gif" alt="[   ]"></td><td><a href="org-info.js">org-info.js</a></td><td align="right"> 70K</td></tr>
<tr><td valign="top"><img src="/icons/text.gif" alt="[TXT]"></td><td><a href="sitemap.html">sitemap.html</a></td><td align="right">1.8K</td></tr>
<tr><td valign="top"><img src="/icons/text.gif" alt="[TXT]"></td><td><a href="stylesheet.css">stylesheet.css</a></td><td align="right">4.2K</td></tr>
<tr><td valign="top"><img src="/icons/unknown.gif" alt="[   ]"></td><td><a href="database.php">database.php</a></td><td align="right">  0 </td></tr>


<tr><td valign="top"><img src="/icons/image2.gif" alt="[IMG]"></td><td><a href="zoom.png">zoom.png</a></td><td align="right"> 13K</td></tr>
<tr><th colspan="4"><hr></th></tr>
</table>
<!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="de" xml:lang="de">
<head>
<title>README</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<meta name="generator" content="Org-mode"/>
<meta name="generated" content="2008-12-05 12:40:36 CET"/>
<meta name="author" content="Sebastian Rose"/>
<style type="text/css">
 <![CDATA[
  html { font-family: Times, serif; font-size: 12pt; }
  .title  { text-align: center; }
  .todo   { color: red; }
  .done   { color: green; }
  .tag    { background-color:lightblue; font-weight:normal }
  .target { }
  .timestamp { color: grey }
  .timestamp-kwd { color: CadetBlue }
  p.verse { margin-left: 3% }
  pre {
	border: 1pt solid #AEBDCC;
	background-color: #F3F5F7;
	padding: 5pt;
	font-family: courier, monospace;
        font-size: 90%;
        overflow:auto;
  }
  table { border-collapse: collapse; }
  td, th { vertical-align: top; }
  dt { font-weight: bold; }

  .org-info-js_info-navigation { border-style:none; }
  #org-info-js_console-label { font-size:10px; font-weight:bold;
                               white-space:nowrap; }
  .org-info-js_search-highlight {background-color:#ffff00; color:#000000;
                                 font-weight:bold; }
 ]]>
</style><link rel="stylesheet" href="stylesheet.css" type="text/css" />

    <script type="text/javascript" src="org-info.js"></script>
</head><body>

<= ---8<-----------------------------8<-----------------------------8<---



Regards,

  Sebastian




-- 
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover

Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Email: s.rose emma-stil de, sebastian_rose gmx de
Http:  www.emma-stil.de

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

* Re: Strange output from export - two head-sections
  2008-12-05 12:13 Strange output from export - two head-sections Sebastian Rose
@ 2008-12-05 13:52 ` Sebastian Rose
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Rose @ 2008-12-05 13:52 UTC (permalink / raw)
  To: emacs-orgmode Org-Mode

Sorry,


if I had checked the solution fast enough, I'd kept this as an april
joke.

The following happened:

The file I wanted to publish was named 'README.org'. When I pointed my
browser to the publishing-directory, there was no index.html in it
yet. Since this is a local directory, I allow apache to show an
directory index there. Apache in turn appends any file named 'README*'
to it's directory index.

:-D


Regards,


   Sebastian



Sebastian Rose <sebastian_rose@gmx.de> writes:
> Hi,
>
>
> this is, what I get as an result from export.
>
> 1. There is this new navigation table on top (following an empty
>    head section). How can I turn that off? It shows the entire content
>    of WEB-folder! I added the `database.php' as demo.
>
> 2. There are two DOCTYPE lines and two head sections which seems too
>    experimental to me :-)
>
> 3. Those DOCTYPE lines denote different doctypes.
>
> 4. <td valign=""> is depricated (while still in HTML 3.2). But I don't
>    want HTML 3.2.
>
>
> I just pulled again and still the same result.
>
>
>
>
>
>
> => --->8----------------------------->8----------------------------->8---
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
> <html>
>  <head>
>   <title>Index of /devel/jobs/some-customer/map/docs</title>
>  </head>
>  <body>
> <h1>Index of /devel/jobs/some-customer/map/docs</h1>
> <table><tr><th><img src="/icons/blank.gif" alt="[ICO]"></th><th><a href="?C=N;O=D">Name</a></th><th><a href="?C=S;O=A">Size</a></th><th><a href="?C=D;O=A">Description</a></th></tr><tr><th colspan="4"><hr></th></tr>
>
> <tr><td valign="top"><img src="/icons/back.gif" alt="[DIR]"></td><td><a href="/devel/jobs/some-customer/map/">Parent Directory</a></td><td align="right">  - </td></tr>
> <tr><td valign="top"><img src="/icons/image2.gif" alt="[IMG]"></td><td><a href="mouseover.png">mouseover.png</a></td><td align="right"> 91K</td></tr>
> <tr><td valign="top"><img src="/icons/unknown.gif" alt="[   ]"></td><td><a href="org-info.js">org-info.js</a></td><td align="right"> 70K</td></tr>
> <tr><td valign="top"><img src="/icons/text.gif" alt="[TXT]"></td><td><a href="sitemap.html">sitemap.html</a></td><td align="right">1.8K</td></tr>
> <tr><td valign="top"><img src="/icons/text.gif" alt="[TXT]"></td><td><a href="stylesheet.css">stylesheet.css</a></td><td align="right">4.2K</td></tr>
> <tr><td valign="top"><img src="/icons/unknown.gif" alt="[   ]"></td><td><a href="database.php">database.php</a></td><td align="right">  0 </td></tr>
>
>
> <tr><td valign="top"><img src="/icons/image2.gif" alt="[IMG]"></td><td><a href="zoom.png">zoom.png</a></td><td align="right"> 13K</td></tr>
> <tr><th colspan="4"><hr></th></tr>
> </table>
> <!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="de" xml:lang="de">
> <head>
> <title>README</title>
> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
> <meta name="generator" content="Org-mode"/>
> <meta name="generated" content="2008-12-05 12:40:36 CET"/>
> <meta name="author" content="Sebastian Rose"/>
> <style type="text/css">
>  <![CDATA[
>   html { font-family: Times, serif; font-size: 12pt; }
>   .title  { text-align: center; }
>   .todo   { color: red; }
>   .done   { color: green; }
>   .tag    { background-color:lightblue; font-weight:normal }
>   .target { }
>   .timestamp { color: grey }
>   .timestamp-kwd { color: CadetBlue }
>   p.verse { margin-left: 3% }
>   pre {
> 	border: 1pt solid #AEBDCC;
> 	background-color: #F3F5F7;
> 	padding: 5pt;
> 	font-family: courier, monospace;
>         font-size: 90%;
>         overflow:auto;
>   }
>   table { border-collapse: collapse; }
>   td, th { vertical-align: top; }
>   dt { font-weight: bold; }
>
>   .org-info-js_info-navigation { border-style:none; }
>   #org-info-js_console-label { font-size:10px; font-weight:bold;
>                                white-space:nowrap; }
>   .org-info-js_search-highlight {background-color:#ffff00; color:#000000;
>                                  font-weight:bold; }
>  ]]>
> </style><link rel="stylesheet" href="stylesheet.css" type="text/css" />
>
>     <script type="text/javascript" src="org-info.js"></script>
> </head><body>
>
> <= ---8<-----------------------------8<-----------------------------8<---
>
>
>
> Regards,
>
>   Sebastian

-- 
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover

Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Email: s.rose emma-stil de, sebastian_rose gmx de
Http:  www.emma-stil.de

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

end of thread, other threads:[~2008-12-05 13:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-05 12:13 Strange output from export - two head-sections Sebastian Rose
2008-12-05 13:52 ` Sebastian Rose

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