From bf55bff9205f09295623be71d07ad886b7f2c2a4 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 28 Feb 2008 19:39:24 +0100 Subject: [PATCH] Fixed bug in orgtbl menu. This was reported by Volker Zell. --- ChangeLog | 1 + org.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"