浏览代码

Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

Carsten Dominik 15 年之前
父节点
当前提交
1217e02e56
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-latex.el

+ 1 - 1
lisp/org-latex.el

@@ -1894,7 +1894,7 @@ The conversion is made depending of STRING-BEFORE and STRING-AFTER."
 	     (t (insert "\\texttt{" desc "}")))))))
 	     (t (insert "\\texttt{" desc "}")))))))
 
 
 
 
-(defun org-export-latex-format-image (path caption label attr)
+(defun org-export-latex-format-image (path caption label attr &optional shortn)
   "Format the image element, depending on user settings."
   "Format the image element, depending on user settings."
   (let (ind floatp wrapp multicolumnp placement figenv)
   (let (ind floatp wrapp multicolumnp placement figenv)
     (setq floatp (or caption label))
     (setq floatp (or caption label))