diff options
| author | Carsten Dominik | 2009-01-30 08:32:49 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2009-01-30 08:32:49 +0000 |
| commit | a2a2e7fb019afda8ae3d650f9b5563fad20e90aa (patch) | |
| tree | 90b7ae4b3ef04af8ac3549379a9ba94659e1767e /lisp/org/org-plot.el | |
| parent | cf4b480f77c1d4b3878254f6c2f19746713a0349 (diff) | |
| download | emacs-a2a2e7fb019afda8ae3d650f9b5563fad20e90aa.tar.gz emacs-a2a2e7fb019afda8ae3d650f9b5563fad20e90aa.zip | |
2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
* org-timer.el (org-timer): Provide the timer feature.
* org.el (org-require-autoloaded-modules): Add a few more files to
the list of autoloaded modules.
* org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
* org-exp.el (org-export-remove-or-extract-drawers): Only remove
drawers that are unprotected.
(org-export-html-format-image): Make sure inlined LaTeX fragment
images remain inlined.
* org.el (org-toggle-ordered-property): New function.
(org-mode-map): Add a key for `org-toggle-ordered-property'.
(org-org-menu): Add menu entries for TODO dependencies.
* org.el (org-default-properties): Add ORDERED to the default
properties, to get completion support for it.
* org-list.el (org-update-checkbox-count): Update more than one cookie.
* org.el (org-update-parent-todo-statistics): Update more than one
cookie.
Diffstat (limited to 'lisp/org/org-plot.el')
| -rw-r--r-- | lisp/org/org-plot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-plot.el b/lisp/org/org-plot.el index 9c0bb14e495..392f0b2eac6 100644 --- a/lisp/org/org-plot.el +++ b/lisp/org/org-plot.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: Eric Schulte <schulte dot eric at gmail dot com> | 5 | ;; Author: Eric Schulte <schulte dot eric at gmail dot com> |
| 6 | ;; Keywords: tables, plotting | 6 | ;; Keywords: tables, plotting |
| 7 | ;; Homepage: http://orgmode.org | 7 | ;; Homepage: http://orgmode.org |
| 8 | ;; Version: 6.20c | 8 | ;; Version: 6.20g |
| 9 | ;; | 9 | ;; |
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | ;; | 11 | ;; |