diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index 3c1f7e800..441de65fc 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -41,6 +41,8 @@ http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-stan.html *** Remove ~org-list-empty-line-terminates-plain-lists~ Two consecutive blank lines always terminate all levels of current plain list. +*** ~fixltx2e~ is removed from ~org-latex-default-packages-alist~ +fixltx2e is obsolete, see LaTeX News 22. * Version 8.3 ** Incompatible changes diff --git a/lisp/org.el b/lisp/org.el index ef6836e5c..ce8012919 100755 --- a/lisp/org.el +++ b/lisp/org.el @@ -4068,7 +4068,6 @@ header, or they will be appended." (defcustom org-latex-default-packages-alist '(("AUTO" "inputenc" t) ("T1" "fontenc" t) - ("" "fixltx2e" nil) ("" "graphicx" t) ("" "grffile" t) ("" "longtable" nil) @@ -4089,7 +4088,6 @@ The packages in this list are needed by one part or another of Org mode to function properly: - inputenc, fontenc: for basic font and character selection -- fixltx2e: Important patches of LaTeX itself - graphicx: for including images - grffile: allow periods and spaces in graphics file names - longtable: For multipage tables