org-mode/EXPERIMENTAL
Jambunathan K 94fe07a5f5 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.
2012-03-08 13:28:44 +05:30
..
org-e-ascii.el org-export: Small fix 2012-03-07 18:02:57 +01:00
org-e-html.el org-e-html: Improve handling of images, headlines and inlinetasks 2012-03-08 13:28:44 +05:30
org-e-latex.el Implement numbered cross-references 2012-03-01 14:49:53 +01:00
org-e-odt.el org-e-odt: Bring it to the same level as org-e-html 2012-03-05 01:22:20 +05:30
org-e-publish.el org-element: Function mapped through org-element-map accepts only one argument 2012-02-25 14:53:35 +01:00