emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] HTML export error with file link containing underscores


From: Nick Dokos
Subject: Re: [Orgmode] HTML export error with file link containing underscores
Date: Fri, 03 Jul 2009 15:35:10 -0400

Brenton Kenkel <address@hidden> wrote:

> I am having a problem with Org-mode's HTML export, specifically with a local
> file link that contains underscores. My file contains the following link in
> the org-mode source:
> 
> [[file:low_stats/berkeley_brady_2005.pdf][syllabus]]
> 
> and the HTML export produces the following:
> 
> <a href="low_stats/berkeley_[[brady">brady</a>_2005.pdf][syllabus]]
> 
> I have tried escaping the underscores with a backslash, as well as including
> the line "#+OPTIONS: ^:nil *:nil" to disable the use of underscores for
> other functions. None of these fixes produced the correct HTML code. Is this
> a bug, or is there something else I should be doing?

[Please provide version numbers for emacs and org-mode.]

I cannot reproduce this. The following org file:

,----
| 
| * foo
|   [[file:low_stats/berkeley_brady_2005.pdf][syllabus]]
`----

produces this 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>underscores</title>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
<meta name="generator" content="Org-mode"/>
<meta name="generated" content="2009-07-03 15:31:44 EDT"/>
<meta name="author" content="Nick Dokos"/>
<meta name="description" content=""/>
<meta name="keywords" content=""/>
<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: #add8e6; font-weight:normal }
  .target { }
  .timestamp { color: #bebebe; }
  .timestamp-kwd { color: #5f9ea0; }
  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; }
  div.figure { padding: 0.5em; }
  div.figure p { text-align: center; }
  .linenr { font-size:smaller }
  .code-highlighted {background-color:#ffff00;}
  .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>
<script type="text/javascript">
<!--/*--><![CDATA[/*><!--*/
 function CodeHighlightOn(elem, id)
 {
   var target = document.getElementById(id);
   if(null != target) {
     elem.cacheClassElem = elem.className;
     elem.cacheClassTarget = target.className;
     target.className = "code-highlighted";
     elem.className   = "code-highlighted";
   }
 }
 function CodeHighlightOff(elem, id)
 {
   var target = document.getElementById(id);
   if(elem.cacheClassElem)
     elem.className = elem.cacheClassElem;
   if(elem.cacheClassTarget)
     target.className = elem.cacheClassTarget;
 }
/*]]>*///-->
</script>
</head>
<body>
<div id="content">
<h1 class="title">underscores</h1>


<div id="table-of-contents">
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#sec-1">1 foo </a></li>
</ul>
</div>
</div>

<div id="outline-container-1" class="outline-2">
<h2 id="sec-1"><span class="section-number-2">1</span> foo </h2>
<div class="outline-text-2" id="text-1">

<p><a href="low_stats/berkeley_brady_2005.pdf">syllabus</a>
</p></div>
</div>
<div id="postamble">
<p class="author"> Author: Nick Dokos
<a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>
</p>
<p class="date"> Date: 2009-07-03 15:31:44 EDT</p>
<p class="creator">HTML generated by org-mode 6.28trans in emacs 23</p>
</div>
</div>
</body>
</html>

This is with

GNU Emacs 23.0.93.1 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of 2009-05-11 on 
gamaville.dokosmarshall.org
Org-mode version 6.28trans - that's git latest (more or less).

Thanks,
Nick


reply via email to

[Prev in Thread] Current Thread [Next in Thread]