Переглянути джерело

Honor user-specified width in captioned images

* lisp/org-odt.el (org-odt-format-textbox): Honor user-specified
width in captioned images.

Fix for bug reported here:
http://lists.gnu.org/archive/html/emacs-orgmode/2012-01/msg00641.html
Jambunathan K 13 роки тому
батько
коміт
4da551b600
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      lisp/org-odt.el

+ 2 - 1
lisp/org-odt.el

@@ -1765,7 +1765,8 @@ ATTR is a string of other attributes of the a element."
    (org-odt-format-tags
     '("<draw:text-box %s>" . "</draw:text-box>")
     text (concat (format " fo:min-height=\"%0.2fcm\"" (or height .2))
-		 (format " fo:min-width=\"%0.2fcm\"" (or width .2))))
+		 (unless width
+		   (format " fo:min-width=\"%0.2fcm\"" (or width .2)))))
    width nil style extra anchor-type))
 
 (defun org-odt-format-inlinetask (heading content