diff options
author | Carsten Dominik <dominik@science.uva.nl> | 2009-01-26 07:44:42 +0000 |
---|---|---|
committer | Carsten Dominik <dominik@science.uva.nl> | 2009-01-26 07:44:42 +0000 |
commit | 1e4f816aabe75c4c454f1312756f7613c84c6f88 (patch) | |
tree | a991e1841a2d7d7be848e3fcc7df4f6fa780742c /lisp/org/org-gnus.el | |
parent | 8bff6137519b682e173c62b6bbdc31086f9dd074 (diff) | |
download | emacs-1e4f816aabe75c4c454f1312756f7613c84c6f88.tar.gz |
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.
Diffstat (limited to 'lisp/org/org-gnus.el')
-rw-r--r-- | lisp/org/org-gnus.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org/org-gnus.el b/lisp/org/org-gnus.el index b77ae9c05a7..3c56e7f6bc4 100644 --- a/lisp/org/org-gnus.el +++ b/lisp/org/org-gnus.el @@ -1,6 +1,7 @@ ;;; org-gnus.el --- Support for links to Gnus groups and messages from within 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> ;; Tassilo Horn <tassilo at member dot fsf dot org> |