comparison lisp/ChangeLog @ 87832:3b07855f66ef

*** empty log message ***
author Carsten Dominik <dominik@science.uva.nl>
date Fri, 18 Jan 2008 15:14:45 +0000
parents 484e8900c82a
children 67fdf2f2bb15
comparison
equal deleted inserted replaced
87831:24a61b9ca04c 87832:3b07855f66ef
1 2008-01-18 Carsten Dominik <dominik@science.uva.nl> 1 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
2 2
3 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
4 Fixed.
5 (org-export-latex-special-chars): Convert "..." in \ldots and skip
6 tables
7 (org-export-latex-fontify-headline): Changed parameter name
8 (org-export-as-latex): Handle export of subtrees
9 (org-export-latex-make-header): New argument TITLE
10 (org-export-latex-content): New argument EXCLUDE-LIST
11 (org-list-parse-list): New name for org-export-latex-parse-list
12 (org-export-latex-make-header): New name for
13 org-export-latex-make-preamble
14 (org-list-to-generic): New name of org-export-list-to-generic
15 (org-list-to-latex): New name of org-export-list-to-latex
16 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
17 (org-list-send-list, org-list-to-texinfo)
18 (org-list-to-html): New functions
19 (org-export-latex-tables-column-borders)
20 (org-export-latex-default-class, org-export-latex-classes)
21 (org-export-latex-classes-sectioning)
22 (org-list-radio-list-templates): New options
23 (org-export-latex-header): New variable
24 (org-latex-entities): New constant
25 (org-export-latex-default-sectioning, org-export-latex-preamble)
26 (org-export-latex-prepare-text-option)
27 (org-export-latex-get-sectioning): Removed
28
29 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
3 * textmodes/org-publish.el (org-publish-current-project): Fix bug 30 * textmodes/org-publish.el (org-publish-current-project): Fix bug
4 with forcing publication. 31 with forcing publication.
5 32
6 * textmodes/org.el (org-export-with-special-strings): New option. 33 * textmodes/org.el (org-export-with-special-strings): New option.
7 (org-export-html-convert-special-strings): New function. 34 (org-export-html-convert-special-strings): New function.