861ecb85ba
* contrib/odt/styles/OrgOdtContentTemplate.xml: Add bottom margin to "OrgTable". Modify border properties of "OrgTblCell*"s. Add "OrgEquation" table styles for typesetting of display equations. * contrib/odt/styles/OrgOdtStyles.xml: Added various "graphic" styles for formatting of inline and display equations. Modified names of some "graphic" styles for images for reasons of consistency. * contrib/lisp/org-odt.el (org-export-odt-do-format-image): Removed. This is now folded in to `org-export-odt-format-image'. A part of this is extracted in to `org-odt-format-entity'. (org-odt-entity-frame-styles): New variable. (org-odt-format-entity): New function. See previous entries. (org-export-odt-format-image): Modified. See previous entries. (org-export-odt-do-format-numbered-formula) (org-export-odt-do-format-formula): Removed. These functions are now folded within `org-export-odt-format-formula'. (org-export-odt-format-formula): Modified as noted above. Also use `org-odt-format-entity'. (org-odt-format-frame, org-odt-format-textbox): Modified signature to facilitate elegant introduction of `org-odt-format-entity'. (org-odt-format-inlinetask): Honor change in signature. (org-odt-label-def-ref-spec): Added an entry for "Equation". Only MathML equations are typeset using tables. Dvipng equations are still typeset as regular images. |
||
---|---|---|
BUGFIXING | ||
EXPERIMENTAL | ||
UTILITIES | ||
contrib | ||
doc | ||
lisp | ||
testing | ||
.dir-locals.el | ||
.dir-settings.el | ||
.gitignore | ||
.gitmodules | ||
Makefile | ||
README | ||
README_DIST | ||
README_GIT | ||
README_maintainer | ||
request-assign-future.txt |
README
This is the Emacs Org project, an emacs subsystem for organizing your life The homepage of Org is at http://orgmode.org This distribution contains: README This file. README_DIST The README file for the distribution (zip and tar files) README_GIT Information about the git repository and how to contribute to Org-mode development. lisp/ Directory with all the Emacs Lisp files that make up Org. doc/ The documentation files. org.texi is the source of the documentation, org.html and org.pdf are formatted versions of it. contrib/ A directory with third-party additions for Org. Some really cool stuff is in there. ChangeLog The standard ChangeLog file. Makefile The makefile to compile and install Org, and also for maintenance tasks. request-assign-future.txt The form that contributors have to sign and get processed with the FSF before contributed changes can be integrated into the Org core. All files in this distribution except the CONTRIB directory have copyright assigned to the FSF. EXPERIMENTAL Experimental code, not necessarily FSF copyright.