Added missing ChangeLog entry for changes to org-export-latex on 10-22-2007

This commit is contained in:
John Wiegley 2007-10-29 22:16:37 +00:00
parent 9bbb9638e7
commit 69c2d9146b

View file

@ -603,6 +603,17 @@
Call isearch-buffers-minor-mode.
(change-log-next-buffer): New function.
2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
* org-export-latex.el (org-export-latex-protect-string):
Renaming of `org-latex-protect'.
(org-export-latex-emphasis-alist): By default, don't protect
any emphasis formatter from further conversion.
(org-export-latex-tables): honor column grouping for tables.
(org-export-latex-title-command): New option.
(org-export-latex-treat-backslash-char): Use \textbackslash{} to
export backslash character.
2007-10-22 Carsten Dominik <dominik@science.uva.nl>
* textmodes/org.el (org-read-date-get-relative): New function.