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
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
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
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
@@
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;
}
-/*]]>*/-->
+/*]]>*
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
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