mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-27 07:37:25 +00:00
Fixed bug in orgtbl menu.
This was reported by Volker Zell.
This commit is contained in:
parent
9400ccfc75
commit
bf55bff920
@ -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
2
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"
|
||||
|
Loading…
Reference in New Issue
Block a user