浏览代码

Fixed bug in orgtbl menu.

This was reported by Volker Zell.
Carsten Dominik 17 年之前
父节点
当前提交
bf55bff920
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      ChangeLog
  2. 1 1
      org.el

+ 1 - 0
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 <bernt@norang.ca>  (tiny change)
 

+ 1 - 1
org.el

@@ -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"