org.el: Add grffile to default latex packages

* org.el (org-latex-default-packages-alist): Add grffile for files
  with spaces and periods.

Reported-by: Vaidheeswaran C <vaidheeswaran.chinnaraju@gmail.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/97846>
This commit is contained in:
Rasmus 2015-05-29 11:54:46 +02:00
parent bb15b3937b
commit 56c5382684
1 changed files with 1 additions and 0 deletions

View File

@ -4076,6 +4076,7 @@ header, or they will be appended."
("T1" "fontenc" t) ("T1" "fontenc" t)
("" "fixltx2e" nil) ("" "fixltx2e" nil)
("" "graphicx" t) ("" "graphicx" t)
("" "grffile" t)
("" "longtable" nil) ("" "longtable" nil)
("" "float" nil) ("" "float" nil)
("" "wrapfig" nil) ("" "wrapfig" nil)