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

2009-08-02 Thread Carsten Dominik

Fixed, thanks.

- Carsten

On Jul 3, 2009, at 11:23 PM, Brenton Kenkel wrote:


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


Org-mode 6.28e in Aquamacs 1.8rc1, based on GNU Emacs 22.3.1. I get
the same result using Org-mode 6.21b in GNU Emacs 23.0.91.1.


I cannot reproduce this.


It turns out that part of the problem was that I had included a radio
target named brady in the file I was working on. So when I
export a file consisting solely of the following:

* foo
[[file:low_stats/berkeley_brady_2005.pdf][syllabus]]
brady

I get the following HTML output (headers omitted):

body
h1 class=titletestorg/h1


div id=table-of-contents
h2Table of Contents/h2
div id=text-table-of-contents
ul
lia href=#sec-11 foo /a/li
/ul
/div
/div

div id=outline-container-1 class=outline-2
h2 id=sec-11 foo /h2
div id=text-1

pa href=lowsubstats/sub/berkeley_[[bradybrady/a_2005.pdf] 
[syllabus]]

/p
p
a name=brady class=targetbrady/a
/p/div
/div
div id=postamblep class=author Author: Brenton Kenkel
a href=mailto:bren...@hume;lt;bren...@humegt;/a
/p
p class=date Date: 2009-07-03 17:16:12 EDT/p
pHTML generated by org-mode 6.21b in emacs 23/p
/div/body

Am I going to need to remove the radio target to get the link to work,
or is there another way?

Thanks,
Brenton


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] HTML export error with file link containing underscores

2009-07-03 Thread Brenton Kenkel
Dear all,

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_[[bradybrady/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?

Thanks for your help,
Brenton Kenkel
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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

2009-07-03 Thread Nick Dokos
Brenton Kenkel brenton.ken...@gmail.com 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_[[bradybrady/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
titleunderscores/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:#00;}
  .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:#00; color:#00;
 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=titleunderscores/h1


div id=table-of-contents
h2Table of Contents/h2
div id=text-table-of-contents
ul
lia href=#sec-11 foo /a/li
/ul
/div
/div

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

pa href=low_stats/berkeley_brady_2005.pdfsyllabus/a
/p/div
/div
div id=postamble
p class=author Author: Nick Dokos
a href=mailto:n...@gamaville.dokosmarshall.orglt;n...@gamaville.dokosmarshall.orggt;/a
/p
p class=date Date: 2009-07-03 15:31:44 EDT/p
p class=creatorHTML 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

___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode