org-e-html: Improve handling of images, headlines and inlinetasks
commit94fe07a5f5a6260d930ad664b981d09c9750dfd9
authorJambunathan K <kjambunathan@gmail.com>
Thu, 8 Mar 2012 07:55:58 +0000 (8 13:25 +0530)
committerJambunathan K <kjambunathan@gmail.com>
Thu, 8 Mar 2012 07:58:44 +0000 (8 13:28 +0530)
tree745f12ea274ef41cfde005bed0e6cf778fc98c31
parent62a631e236131092ad257ab993aa1e38f6f8a241
org-e-html: Improve handling of images, headlines and inlinetasks

1. Handle inlining of remote images
2. Proper handling of "alt" attribute for regular imgages and dvipnged
   fragments.
3. Support for Inlinetasks
4. Headlines are "transcoded" in three places:
   - org-e-html-headline (`org-e-html-format-headline')
   - org-e-html-inlinetask
   - org-e-html-toc (`org-e-html-format-toc-headline')

   These are now conveniently wrapped and cleared through
   'org-e-html-format-headline--wrap'.  The regular and toc headlines
   formatters mentioned afore take a superset of arguments allowed by
   `org-e-html-format-headline-function'.  Augmenting the signature of
   the `org-e-html-format-headline-function' is worth considering.
EXPERIMENTAL/org-e-html.el