Mercurial > emacs
changeset 87829:484e8900c82a
*** empty log message ***
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Fri, 18 Jan 2008 15:11:02 +0000 |
parents | 41248ae03f06 |
children | f2c7a4c1771d |
files | lisp/ChangeLog |
diffstat | 1 files changed, 16 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jan 18 15:07:17 2008 +0000 +++ b/lisp/ChangeLog Fri Jan 18 15:11:02 2008 +0000 @@ -1,6 +1,21 @@ 2008-01-18 Carsten Dominik <dominik@science.uva.nl> - * textmodes/org.el: (org-entry-properties) Include the CLOCKSUM + * textmodes/org-publish.el (org-publish-current-project): Fix bug + with forcing publication. + + * textmodes/org.el (org-export-with-special-strings): New option. + (org-export-html-convert-special-strings): New function. + (org-html-do-expand): `org-export-html-convert-special-strings' + added to the list of conversion. + (org-infile-export-plist, org-get-current-options): Added support + for "-" in the #+OPTION line to let user switch on/off special + strings conversion. + (org-export-plist-vars): New :html-table-tag property. + (org-export-as-html, org-format-org-table-html) + (org-format-table-table-html) Use the :html-table-tag property + instead of the `org-export-html-table-tag' global value. + (org-additional-option-like-keywords): Added "TBLFM". + (org-entry-properties): Include the CLOCKSUM special property. (org-columns-edit-value): Do not allow to edit the special CLOCKSUM property.