Variable: org-odt-default-image-sizes-alist

org-odt-default-image-sizes-alist is a variable defined in ox-odt.el.gz.

Value

(("as-char" 5 . 0.4) ("paragraph" 5 . 5))

Documentation

Hardcoded image dimensions one for each of the anchor methods.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-odt.el.gz
(defvar org-odt-default-image-sizes-alist
  '(("as-char" . (5 . 0.4))
    ("paragraph" . (5 . 5)))
  "Hardcoded image dimensions one for each of the anchor methods.")