[Emacs-orgmode] patch to org.el to produce xhtml:

2006-05-25 Thread T. V. Raman
I am attaching a partial patch (see below for explanation of partial) along with sample files, I hope others here can help finish this. Goal: Produce well-formed XHTML. What I have Fixed: 0) Ensure all tagnames are lower case. 1) Emit correct doctype and xhtml namespace. 2) Emit /> to cl

[Emacs-orgmode] minor patch for org-next-item, org-previous-item

2006-05-25 Thread T. V. Raman
made the error messages more succinct/pleasant to hear: diff org.el org.el.~1~ 3923c3923 < (error "On last item. " --- > (error "This is already the last item in the list" 3944c3944 <(error "On first item.") --- >(error "This is already the firs

Re: [Emacs-orgmode] local variables for html export

2006-05-25 Thread Carsten Dominik
You are right, this is a recent change in emacs 22 (emacs 21 was more forgiving. In fact, suffixes are not needed, they are allowed, in order to use this in fils where comments need a special end delimiter. But now indeed prefixes are needed in each line, also in the middle of an extended

[Emacs-orgmode] local variables for html export

2006-05-25 Thread Scott Otterson
I think there's an error in the org-mode manual. The snippet at the end of section 9.2: * COMMENT HTML style specifications # Local Variables: # org-export-html-style: " p {font-weight: normal; color: gray; } h1 {color: black; } " # End: *** needs t

Re: [Emacs-orgmode] Categories in tags-TODO agendas

2006-05-25 Thread Daniel J. Sinder
The patch did the trick, and I now see the need for the different inheritance behaviors. Thanks, Dan -- ** TODO Learn Emacs Lisp Carsten Dominik wrote: > Hi Daniel > > On May 24, 2006, at 22:21, Daniel J. Sinder wrote: > >> >> I've recently encountered one bug and one inconsistency (I'm up to

Re: [Emacs-orgmode] html output from org: could we make it xhtml

2006-05-25 Thread T. V. Raman
I'll help fix it in the next few days. The HTML you're producing at present is not too bad, but the top-line declaration sets it to html 4.0 loose --- which is what concerned me. > "Carsten" == Carsten Dominik <[EMAIL PROTECTED]> writes: Carsten> Unfortunately I am a total amateur as far

Re: [Emacs-orgmode] (no subject)

2006-05-25 Thread Carsten Dominik
David has started the process of transferring his copyright to the FSF. Once that is complete we will hopefully be able to quickly install this file in Emacs. - Carsten On May 25, 2006, at 12:43, Thomas Baumann wrote: Hi Carsten, I guess org-publish should either be integrated into org-el

[Emacs-orgmode] (no subject)

2006-05-25 Thread Thomas Baumann
Hi Carsten, I guess org-publish should either be integrated into org-el or committed to emacs-cvs because otherwise the menu entries related to publishing will fail. Thomas following the lively development with great interest but with too little time to test all new features :-) _