Fixed bug in orgtbl menu.

This was reported by Volker Zell.
This commit is contained in:
Carsten Dominik 2008-02-28 19:39:24 +01:00
parent 9400ccfc75
commit bf55bff920
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
* org.el (org-auto-repeat-maybe): Make sure that the repeat stuff
does not add another state note.
(orgtbl-setup): Fix menu bug.
2008-02-28 Bernt Hansen <bernt@norang.ca> (tiny change)

2
org.el
View File

@ -11492,7 +11492,7 @@ to execute outside of tables."
["Move Row Down" org-metadown :active (org-at-table-p) :keys "M-<down>"]
["Delete Row" org-shiftmetaup :active (org-at-table-p) :keys "M-S-<up>"]
["Insert Row" org-shiftmetadown :active (org-at-table-p) :keys "M-S-<down>"]
["Sort lines in region" org-table-sort-lines (org-at-table-p) :keys "C-c ^"]
["Sort lines in region" org-table-sort-lines :active (org-at-table-p) :keys "C-c ^"]
"--"
["Insert Hline" org-table-insert-hline :active (org-at-table-p) :keys "C-c -"])
("Rectangle"