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
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
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
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
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
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
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
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 :-)
_