diff options
| author | Glenn Morris | 2008-12-20 03:30:31 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-12-20 03:30:31 +0000 |
| commit | fd8d5da9dba47bff33f95ae1b04aa687fea708f3 (patch) | |
| tree | 0617a81454940c7d7ef9ab62acfe0687d2fb4c33 | |
| parent | 7ed216d66996f5c41fe2088ae692c8f8f3434501 (diff) | |
| download | emacs-fd8d5da9dba47bff33f95ae1b04aa687fea708f3.tar.gz emacs-fd8d5da9dba47bff33f95ae1b04aa687fea708f3.zip | |
(org-org-menu): Fix some more menu entries.
| -rw-r--r-- | lisp/org/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/org/org.el | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 70315d72903..d796955f865 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-12-20 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * org.el (org-org-menu): Fix some more menu entries. | ||
| 4 | |||
| 1 | 2008-12-18 Carsten Dominik <dominik@science.uva.nl> | 5 | 2008-12-18 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 6 | ||
| 3 | * org-table.el (org-table-get-specials): Revert introduction of @0 | 7 | * org-table.el (org-table-get-specials): Revert introduction of @0 |
diff --git a/lisp/org/org.el b/lisp/org/org.el index e42f6034311..2461267e2bf 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el | |||
| @@ -13343,9 +13343,9 @@ See the individual commands for more information." | |||
| 13343 | ["Priority Down" org-shiftdown t]) | 13343 | ["Priority Down" org-shiftdown t]) |
| 13344 | ("TAGS and Properties" | 13344 | ("TAGS and Properties" |
| 13345 | ["Set Tags" org-set-tags-command t] | 13345 | ["Set Tags" org-set-tags-command t] |
| 13346 | ["Change tag in region" 'org-change-tag-in-region (org-region-active-p)] | 13346 | ["Change tag in region" org-change-tag-in-region (org-region-active-p)] |
| 13347 | "--" | 13347 | "--" |
| 13348 | ["Set property" 'org-set-property t] | 13348 | ["Set property" org-set-property t] |
| 13349 | ["Column view of properties" org-columns t] | 13349 | ["Column view of properties" org-columns t] |
| 13350 | ["Insert Column View DBlock" org-insert-columns-dblock t]) | 13350 | ["Insert Column View DBlock" org-insert-columns-dblock t]) |
| 13351 | ("Dates and Scheduling" | 13351 | ("Dates and Scheduling" |