Re: [Orgmode] Javascript Export Issue

2009-03-07 Thread srandby
Carsten Dominik wrote: Hi Scott, I do not think it makes sense to automatically produce these files. Among other things, it would mean that the extra files are produces for every single export of a file. Yes, I agree, but I still would like to be able to do it. Perhaps, when I eventually lear

Re: [Orgmode] Javascript Export Issue

2009-03-07 Thread Carsten Dominik
Applied, thanks. - Carsten On Mar 7, 2009, at 11:23 AM, Sebastian Rose wrote: Here's the patch to fix this issue. diff --git a/lisp/org-exp.el b/lisp/org-exp.el index c21755a..952eb9a 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -563,7 +563,7 @@ not be modified." if(elem.cacheCl

Re: [Orgmode] Javascript Export Issue

2009-03-07 Thread Carsten Dominik
Hi Scott, I do not think it makes sense to automatically produce these files. Among other things, it would mean that the extra files are produces for every single export of a file. If you want external files, You likely will use the same for a set of pages. After pulling the latest version you c

Re: [Orgmode] Javascript Export Issue

2009-03-07 Thread Carsten Dominik
Hi Sebastian, I take it this will continue to work on other browsers? - Carsten On Mar 7, 2009, at 11:23 AM, Sebastian Rose wrote: Here's the patch to fix this issue. diff --git a/lisp/org-exp.el b/lisp/org-exp.el index c21755a..952eb9a 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@

Re: [Orgmode] Javascript Export Issue

2009-03-07 Thread Sebastian Rose
Here's the patch to fix this issue. diff --git a/lisp/org-exp.el b/lisp/org-exp.el index c21755a..952eb9a 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -563,7 +563,7 @@ not be modified." if(elem.cacheClassTarget) target.className = elem.cacheClassTarget; } -/*]]>*/--> +/*]]>*

Re: [Orgmode] Javascript Export Issue

2009-03-07 Thread Sebastian Rose
Hi Scott, True. Safari needs this one here (note the two additional slashes in the second last line): Sorry. I'll search the org sources and compile a patch for this issue. sran...@gmail.com writes: > Greetings, > > When I export (us

[Orgmode] Javascript Export Issue

2009-03-06 Thread srandby
Greetings, When I export (using org-mode 6.23) to html an org file that has options for org-info.js, the html file contains this: Earlier versions of org-mode exported scripts this way: /* */ Today, I disco