Re: [Emacs-orgmode] org-mode: couple of html related feature requests

2006-07-23 Thread David Emery
Hello, On Date: Sun, 23 Jul 2006 11:19:37 -0700, "T. V. Raman" <[EMAIL PROTECTED]> wrote: > 2) Finally, how do I supress generation of the Table of contents? This one, I can answer. One way is to set it in the file itself using the Options comment: #+OPTIONS: toc: nil It can also be set glob

[Emacs-orgmode] org-mode: couple of html related feature requests

2006-07-23 Thread T. V. Raman
And one related request: Once we get the vaue of from the first top-level heading, we could also promote everything up by a level on the html side so that '*' headings become h1, '**' become h2 etc. I find the present practice of '*' headings becoming h2s a bit painful because things on the

[Emacs-orgmode] org-mode: couple of html related feature requests

2006-07-23 Thread T. V. Raman
Hi, Here are a couple of html export related feature requests. 0) Would it be possible to generate the title element from the first top-level heading -- rather than the base filename? 1) How do I avoid the -*- mode: ... -*- line from showing up in the exported HTML? 2) Finally, how

[Emacs-orgmode] Re: File link in Windows?

2006-07-23 Thread Daniel Weber
Hi Morten, Morten Hindsholm wrote: I have a small Windows-related problem, though: I can create links to external files, but only when they are on the same drive as my .org file. For example: file:/home/mohi.html is OK, but file:///C:/home/mohi.html file:C:/home/mohi.html seems to work