File: ox-odt.el.html

Defined variables (36)

org-odt-automatic-stylesRegistry of automatic styles for various OBJECT-TYPEs.
org-odt-category-map-alistMap a CATEGORY-HANDLE to OD-VARIABLE and LABEL-STYLE.
org-odt-content-template-fileTemplate file for "content.xml".
org-odt-convert-capabilitiesSpecify input and output formats of ‘org-odt-convert-process’.
org-odt-convert-processUse this converter to convert from "odt" format to other formats.
org-odt-convert-processesSpecify a list of document converters and their usage.
org-odt-create-custom-styles-for-srcblocksWhether custom styles for colorized source blocks be automatically created.
org-odt-data-dirData directory for ODT exporter.
org-odt-default-image-sizes-alistHardcoded image dimensions one for each of the anchor methods.
org-odt-display-outline-levelOutline levels considered for enumerating captioned entities.
org-odt-fontify-srcblocksSpecify whether or not source blocks need to be fontified.
org-odt-format-drawer-functionFunction called to format a drawer in ODT code.
org-odt-format-headline-functionFunction to format headline text.
org-odt-format-inlinetask-functionFunction called to format an inlinetask in ODT code.
org-odt-image-size-probe-methodOrdered list of methods for determining image sizes.
org-odt-inline-formula-rulesRules characterizing formula files that can be inlined into ODT.
org-odt-inline-image-rulesRules characterizing image files that can be inlined into ODT.
org-odt-label-stylesSpecify how labels are applied and referenced.
org-odt-lib-dirLocation of ODT exporter.
org-odt-max-image-sizeLimiting dimensions for an embedded image.
org-odt-object-countersRunning counters for various OBJECT-TYPEs.
org-odt-pixels-per-inchScaling factor for converting images pixels to inches.
org-odt-preferred-output-formatAutomatically post-process to this format after exporting to "odt".
org-odt-prettify-xmlSpecify whether or not the xml output should be prettified.
org-odt-schema-dirDirectory that contains OpenDocument schema files.
org-odt-schema-dir-listList of directories to search for OpenDocument schema files.
org-odt-special-string-regexpsRegular expressions for special string conversion.
org-odt-src-block-paragraph-formatCustom paragraph style for colorized source and example blocks.
org-odt-styles-dirDirectory that holds auxiliary XML files used by the ODT exporter.
org-odt-styles-dir-listList of directories to search for OpenDocument styles files.
org-odt-styles-fileDefault styles file for use with ODT export.
org-odt-table-style-formatTemplate for auto-generated Table styles.
org-odt-table-stylesSpecify how Table Styles should be derived from a Table Template.
org-odt-use-date-fieldsNon-nil, if timestamps should be exported as date fields.
org-odt-with-latexNon-nil means process LaTeX math snippets.
org-odt-zip-dirTemporary work directory for OpenDocument exporter.

Defined functions (104)

org-odt--build-date-styles(FMT STYLE)
org-odt--checkbox(ITEM)
org-odt--copy-formula-file(SRC-FILE)
org-odt--copy-image-file(PATH)
org-odt--encode-plain-text(TEXT &optional NO-WHITESPACE-FILLING)
org-odt--encode-tabs-and-spaces(LINE)
org-odt--enumerable-formula-p(ELEMENT INFO)
org-odt--enumerable-image-p(ELEMENT INFO)
org-odt--enumerable-latex-image-p(ELEMENT INFO)
org-odt--enumerable-p(ELEMENT INFO)
org-odt--enumerate(ELEMENT INFO &optional PREDICATE N)
org-odt--export-wrap(OUT-FILE &rest BODY)
org-odt--find-verb-separator(S)
org-odt--format-paragraph(PARAGRAPH CONTENTS INFO DEFAULT CENTER QUOTE)
org-odt--format-timestamp(TIMESTAMP &optional END ISO-DATE-P)
org-odt--format-toc(TITLE ENTRIES DEPTH)
org-odt--frame(TEXT WIDTH HEIGHT STYLE &optional EXTRA ANCHOR-TYPE &rest TITLE-AND-DESC)
org-odt--image-size(FILE INFO &optional USER-WIDTH USER-HEIGHT SCALE DPI EMBED-AS)
org-odt--paragraph-style(PARAGRAPH)
org-odt--render-image/formula(CFG-KEY HREF WIDTH HEIGHT &optional CAPTIONS USER-FRAME-PARAMS &rest TITLE-AND-DESC)
org-odt--standalone-link-p(ELEMENT INFO &optional PARAGRAPH-PREDICATE LINK-PREDICATE)
org-odt--table(TABLE CONTENTS INFO)
org-odt--target(TEXT ID)
org-odt--textbox(TEXT WIDTH HEIGHT STYLE &optional EXTRA ANCHOR-TYPE)
org-odt--translate-description-lists(TREE BACKEND INFO)
org-odt--translate-image-links(DATA BACKEND INFO)
org-odt--translate-latex-fragments(TREE BACKEND INFO)
org-odt--translate-list-tables(TREE BACKEND INFO)
org-odt--zip-extract(ARCHIVE MEMBERS TARGET)
org-odt-add-automatic-style(OBJECT-TYPE &optional OBJECT-PROPS)
org-odt-bold(BOLD CONTENTS INFO)
org-odt-center-block(CENTER-BLOCK CONTENTS INFO)
org-odt-clock(CLOCK CONTENTS INFO)
org-odt-code(CODE CONTENTS INFO)
org-odt-convert(&optional IN-FILE OUT-FMT OPEN)
org-odt-convert-read-params()
org-odt-create-manifest-file-entry(&rest ARGS)
org-odt-do-convert(IN-FILE OUT-FMT &optional OPEN)
org-odt-do-format-code(CODE INFO &optional LANG REFS RETAIN-LABELS NUM-START)
org-odt-do-reachable-formats(IN-FMT)
org-odt-drawer(DRAWER CONTENTS INFO)
org-odt-dynamic-block(DYNAMIC-BLOCK CONTENTS INFO)
org-odt-entity(ENTITY CONTENTS INFO)
org-odt-example-block(EXAMPLE-BLOCK CONTENTS INFO)
org-odt-export-as-odf(LATEX-FRAG &optional ODF-FILE)
org-odt-export-as-odf-and-open()
org-odt-export-block(EXPORT-BLOCK CONTENTS INFO)
org-odt-export-snippet(EXPORT-SNIPPET CONTENTS INFO)
org-odt-export-to-odt(&optional ASYNC SUBTREEP VISIBLE-ONLY EXT-PLIST)
org-odt-fixed-width(FIXED-WIDTH CONTENTS INFO)
org-odt-footnote-reference(FOOTNOTE-REFERENCE CONTENTS INFO)
org-odt-format-code(ELEMENT INFO)
org-odt-format-headline--wrap(HEADLINE BACKEND INFO &optional FORMAT-FUNCTION &rest EXTRA-KEYS)
org-odt-format-headline-default-function(TODO TODO-TYPE PRIORITY TEXT TAGS)
org-odt-format-inlinetask-default-function(TODO TODO-TYPE PRIORITY NAME TAGS CONTENTS)
org-odt-format-label(ELEMENT INFO OP)
org-odt-format-section(TEXT STYLE &optional NAME)
org-odt-format-toc-headline
org-odt-get-table-cell-styles(TABLE-CELL INFO)
org-odt-headline(HEADLINE CONTENTS INFO)
org-odt-hfy-face-to-css(FN)
org-odt-horizontal-rule(HORIZONTAL-RULE CONTENTS INFO)
org-odt-htmlfontify-string(LINE)
org-odt-inline-src-block(INLINE-SRC-BLOCK CONTENTS INFO)
org-odt-inlinetask(INLINETASK CONTENTS INFO)
org-odt-italic(ITALIC CONTENTS INFO)
org-odt-item(ITEM CONTENTS INFO)
org-odt-keyword(KEYWORD CONTENTS INFO)
org-odt-latex-environment(LATEX-ENVIRONMENT CONTENTS INFO)
org-odt-latex-fragment(LATEX-FRAGMENT CONTENTS INFO)
org-odt-line-break(LINE-BREAK CONTENTS INFO)
org-odt-link(LINK DESC INFO)
org-odt-link--infer-description(DESTINATION INFO)
org-odt-link--inline-formula(ELEMENT INFO)
org-odt-link--inline-image(ELEMENT INFO)
org-odt-node-property(NODE-PROPERTY CONTENTS INFO)
org-odt-paragraph(PARAGRAPH CONTENTS INFO)
org-odt-plain-list(PLAIN-LIST CONTENTS INFO)
org-odt-plain-text(TEXT INFO)
org-odt-planning(PLANNING CONTENTS INFO)
org-odt-property-drawer(PROPERTY-DRAWER CONTENTS INFO)
org-odt-quote-block(QUOTE-BLOCK CONTENTS INFO)
org-odt-radio-target(RADIO-TARGET TEXT INFO)
org-odt-reachable-formats(IN-FMT)
org-odt-reachable-p(IN-FMT OUT-FMT)
org-odt-section(SECTION CONTENTS INFO)
org-odt-special-block(SPECIAL-BLOCK CONTENTS INFO)
org-odt-src-block(SRC-BLOCK CONTENTS INFO)
org-odt-statistics-cookie(STATISTICS-COOKIE CONTENTS INFO)
org-odt-strike-through(STRIKE-THROUGH CONTENTS INFO)
org-odt-subscript(SUBSCRIPT CONTENTS INFO)
org-odt-superscript(SUPERSCRIPT CONTENTS INFO)
org-odt-table(TABLE CONTENTS INFO)
org-odt-table-cell(TABLE-CELL CONTENTS INFO)
org-odt-table-first-row-data-cells(TABLE INFO)
org-odt-table-row(TABLE-ROW CONTENTS INFO)
org-odt-table-style-spec(ELEMENT INFO)
org-odt-target(TARGET CONTENTS INFO)
org-odt-template(CONTENTS INFO)
org-odt-timestamp(TIMESTAMP CONTENTS INFO)
org-odt-toc(DEPTH INFO &optional SCOPE)
org-odt-underline(UNDERLINE CONTENTS INFO)
org-odt-verbatim(VERBATIM CONTENTS INFO)
org-odt-verse-block(VERSE-BLOCK CONTENTS INFO)

Defined faces (0)