org-mode/contrib/lisp
Jambunathan K 395a816a18 Prettify inlinetasks in odt and (x)html backends
* lisp/org-inlinetask.el (org-inlinetask-export-templates):
Fixed template for html so that the exported file is valid
xhtml. Added template for odt.
(org-inlinetask-export-handler): Fix typo in the regexp that
trims content. Make sure that the content is flanked by
paragraph boundaries on either side.

* lisp/org-html.el (org-export-html-style-default): Add style
for inlinetask.

* contrib/lisp/org-xhtml.el (org-export-xhtml-style-default):
Add style for inlinetask.

* contrib/odt/styles/OrgOdtStyles.xml: Added following custom
styles:  OrgInlineTaskHeading and OrgInlineTaskFrame.

* contrib/lisp/org-odt.el (org-odt-format-textbox)
(org-odt-format-inlinetask): Added

Refer following threads:
1. http://lists.gnu.org/archive/html/emacs-orgmode/2011-08/msg00238.html
2. http://lists.gnu.org/archive/html/emacs-orgmode/2011-08/msg00154.html

Thanks to Suvayu Ali for reporting this issue and suggesting
improvements.
2011-08-16 21:29:52 +02:00
..
htmlize.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-annotate-file.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-bookmark.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-checklist.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-choose.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-collector.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-contacts.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-contribdir.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-depend.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-drill.el Fix (a lot of) compiler warnings. 2011-07-18 19:25:10 +02:00
org-elisp-symbol.el Fix bzg email address (s/altern/gnu). 2011-08-15 21:22:30 +02:00
org-eshell.el Fix (a lot of) compiler warnings. 2011-07-18 19:25:10 +02:00
org-eval-light.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-eval.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-exp-bibtex.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-expiry.el Fix bzg email address (s/altern/gnu). 2011-08-15 21:22:30 +02:00
org-export-generic.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-git-link.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-interactive-query.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-invoice.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-jira.el contrib/lisp/org-jira.el: remove Creative Commons license. 2011-08-15 20:10:04 +02:00
org-learn.el Remove arch-tag at the bottom of files. 2011-08-15 20:04:38 +02:00
org-lparse.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-mac-iCal.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-mac-link-grabber.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-mairix.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-man.el Renamed CONTRIB directory to "contrib". 2008-04-07 17:36:12 +02:00
org-mime.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-mtags.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-notmuch.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-odt.el Prettify inlinetasks in odt and (x)html backends 2011-08-16 21:29:52 +02:00
org-panel.el Renamed CONTRIB directory to "contrib". 2008-04-07 17:36:12 +02:00
org-registry.el Fix bzg email address (s/altern/gnu). 2011-08-15 21:22:30 +02:00
org-screen.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-secretary.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-static-mathjax.el Add org-static-mathjax to the contrib directory 2010-08-20 18:12:59 +02:00
org-sudoku.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-toc.el Fix bzg email address (s/altern/gnu). 2011-08-15 21:22:30 +02:00
org-track.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-velocity.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
org-wikinodes.el Remove arch-tag at the bottom of files. 2011-08-15 20:04:38 +02:00
org-xhtml.el Prettify inlinetasks in odt and (x)html backends 2011-08-16 21:29:52 +02:00
org2rem.el Remove arch-tag at the bottom of files. 2011-08-15 20:04:38 +02:00
orgtbl-sqlinsert.el Fix copyright years for elisp files in core and contrib. 2011-08-15 15:23:11 +02:00
test-org-export-preproc.el Fix (a lot of) compiler warnings. 2011-07-18 19:25:10 +02:00