diff lisp/org/ChangeLog @ 101515:64ef70f990a9

2009-01-26 Carsten Dominik <dominik@science.uva.nl> * org.el (org-yank): Tell `delete-selection-mode' about `org-yank'. * org-faces.el (org-clock-overlay): Fix face definition. * org-export-latex.el (org-export-latex-first-lines): Pass timestamp and footnote parameters to the preprocessor. * org-exp.el (org-export-remove-timestamps): Do not remove time stamps inside tables.
author Carsten Dominik <dominik@science.uva.nl>
date Mon, 26 Jan 2009 07:44:42 +0000
parents 36abe982e7cd
children e7f67dc08ae3
line wrap: on
line diff
--- a/lisp/org/ChangeLog	Mon Jan 26 07:31:35 2009 +0000
+++ b/lisp/org/ChangeLog	Mon Jan 26 07:44:42 2009 +0000
@@ -1,3 +1,16 @@
+2009-01-26  Carsten Dominik  <dominik@science.uva.nl>
+
+	* org.el (org-yank): Tell `delete-selection-mode' about
+	`org-yank'.
+
+	* org-faces.el (org-clock-overlay): Fix face definition.
+
+	* org-export-latex.el (org-export-latex-first-lines): Pass
+	timestamp and footnote parameters to the preprocessor.
+
+	* org-exp.el (org-export-remove-timestamps): Do not remove time
+	stamps inside tables.
+
 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
 
 	* org-exp.el (org-export-as-html): Turn \par into a paragraph.