diff lisp/org/org-list.el @ 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 f5aedb5cbd80
line wrap: on
line diff
--- a/lisp/org/org-list.el	Mon Jan 26 07:31:35 2009 +0000
+++ b/lisp/org/org-list.el	Mon Jan 26 07:44:42 2009 +0000
@@ -1,6 +1,7 @@
 ;;; org-list.el --- Plain lists for Org-mode
 ;;
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
+;;   Free Software Foundation, Inc.
 ;;
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;;	   Bastien Guerry <bzg AT altern DOT org>