diff --git a/ChangeLog b/ChangeLog index ebfdac99a..9c5986fc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 (tiny change) diff --git a/org.el b/org.el index e6a9a43c4..2eb77d7d9 100644 --- a/org.el +++ b/org.el @@ -11492,7 +11492,7 @@ to execute outside of tables." ["Move Row Down" org-metadown :active (org-at-table-p) :keys "M-"] ["Delete Row" org-shiftmetaup :active (org-at-table-p) :keys "M-S-"] ["Insert Row" org-shiftmetadown :active (org-at-table-p) :keys "M-S-"] - ["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"