From 681bd0cfd9ede85ed827c354c76637ea49105c52 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 10 Jul 2013 12:12:59 +0200 Subject: [PATCH] ox-odt.el (org-odt-pixels-per-inch): Use 96.0 as the default * ox-odt.el (org-odt-pixels-per-inch): Use 96.0 as the default. Thanks to Vincent Liard for this patch. --- lisp/ox-odt.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el index 610d735f5..768af3cd3 100644 --- a/lisp/ox-odt.el +++ b/lisp/ox-odt.el @@ -768,13 +768,14 @@ link's path." :type '(alist :key-type (string :tag "Type") :value-type (regexp :tag "Path"))) -(defcustom org-odt-pixels-per-inch display-pixels-per-inch +(defcustom org-odt-pixels-per-inch 96.0 "Scaling factor for converting images pixels to inches. Use this for sizing of embedded images. See Info node `(org) Images in ODT export' for more information." :type 'float :group 'org-export-odt - :version "24.1") + :version "24.4" + :package-version '(Org . "8.1")) ;;;; Src Block -- 2.11.4.GIT