org-odt.el: Minor refactoring of image size routines.
commit4c6a751dc19ed66467e5d45e8726b284f3d56d24
authorJambunathan K <kjambunathan@gmail.com>
Fri, 29 Apr 2011 20:36:37 +0000 (30 02:06 +0530)
committerJambunathan K <kjambunathan@gmail.com>
Fri, 29 Apr 2011 20:36:37 +0000 (30 02:06 +0530)
tree336a689ef7b8a4069a66ebe5a8e48463e1fdcaa2
parentb5599d3fedd5c2645ddf94d4e06f53bcecf7765e
org-odt.el: Minor refactoring of image size routines.

* lisp/org-odt.el (org-odt-do-image-size): Extracted from
org-odt-image-size-from-file.
(org-odt-image-size-from-file): Use org-odt-do-image-size.

Minor refactoring in preparation for determing image size by
multiple methods - emacs, imagemagick and hardcoded.
lisp/org-odt.el