diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 87ab5164a..0d3579109 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2008-12-19 Carsten Dominik + * org-exp.el (org-export-html-format-image): Add the / to the end + of the tag. + * org.el (org-ido-switchb): New function. 2008-12-18 Carsten Dominik diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 11e8573fe..9ef05249d 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -3716,7 +3716,7 @@ lang=\"%s\" xml:lang=\"%s\"> (attr (org-find-text-property-in-string 'org-attributes src)) (label (org-find-text-property-in-string 'org-label src))) (format "
-

%s +

%s
" (if label (format "id=\"%s\" " label) "") src