emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* cannot get org-info.js to work
@ 2008-04-14 15:00 Rainer Stengele
  2008-04-14 18:34 ` Sebastian Rose
  0 siblings, 1 reply; 2+ messages in thread
From: Rainer Stengele @ 2008-04-14 15:00 UTC (permalink / raw)
  To: emacs-orgmode

Hi!

How can I get this tool to work!
I followed the docs and see this in my file:

<style type="text/css">
   html {
         font-family: Times, serif;
         font-size: 12pt;
   }
   .title { text-align: center; }
   .todo  { color: red; }
   .done { color: green; }
   .timestamp { color: grey }
   .timestamp-kwd { color: CadetBlue }
   .tag { background-color:lightblue; font-weight:normal }
   .target { background-color: lavender; }
   pre {
         border: 1pt solid #AEBDCC;
         background-color: #F3F5F7;
         padding: 5pt;
         font-family: courier, monospace;
   }
   table { border-collapse: collapse; }
   td, th {
         vertical-align: top;
         border: 1pt solid #ADB9CC;
   }
   <script type="text/javascript" language="JavaScript" src="org-info.js"></script>
<script type="text/javascript" language="JavaScript">
/* <![CDATA[ */
org_html_manager.set("SUB_INDEXES", 1);
org_html_manager.set("INFO_SWITCH_ALWAYS", "true");
org_html_manager.set("FOLDING", "true");
org_html_manager.set("MOUSE_HINT", "underline");
org_html_manager.setup ();
/* ]]> */
</script>
</style>


but it does show no effect after creating HTML by C-c C-e b

How can I debug?


Rainer

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

end of thread, other threads:[~2008-04-14 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-14 15:00 cannot get org-info.js to work Rainer Stengele
2008-04-14 18:34 ` 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).