* Error when switching on org-table minor mode in mail/message buffers
@ 2008-02-28 17:06 Dr. Volker Zell
2008-02-28 19:31 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Dr. Volker Zell @ 2008-02-28 17:06 UTC (permalink / raw)
To: emacs-orgmode
Hi
When trying to switch on org table minor mode in mail or message buffers
I get:
not a keyword: (org-at-table-p), ["Sort lines in region" org-table-sort-lines (org-at-table-p) :keys "C-c ^"]
The folowing fixes it for me:
--- org.el 2008-02-19 09:14:57.000000000 +0100
+++ /tmp/org.el 2008-02-28 17:42:08.093750000 +0100
@@ -11393,7 +11393,7 @@
["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"
Ciao
Volker
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Error when switching on org-table minor mode in mail/message buffers
2008-02-28 17:06 Error when switching on org-table minor mode in mail/message buffers Dr. Volker Zell
@ 2008-02-28 19:31 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2008-02-28 19:31 UTC (permalink / raw)
To: Dr. Volker Zell; +Cc: emacs-orgmode
Fixed, thanks.
- Carsten
On Feb 28, 2008, at 6:06 PM, Dr. Volker Zell wrote:
> Hi
>
> When trying to switch on org table minor mode in mail or message
> buffers
> I get:
>
> not a keyword: (org-at-table-p), ["Sort lines in region" org-table-
> sort-lines (org-at-table-p) :keys "C-c ^"]
>
> The folowing fixes it for me:
>
> --- org.el 2008-02-19 09:14:57.000000000 +0100
> +++ /tmp/org.el 2008-02-28 17:42:08.093750000 +0100
> @@ -11393,7 +11393,7 @@
> ["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"
>
>
> Ciao
> Volker
>
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-28 19:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-28 17:06 Error when switching on org-table minor mode in mail/message buffers Dr. Volker Zell
2008-02-28 19:31 ` Carsten Dominik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.