From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Error when switching on org-table minor mode in mail/message buffers Date: Thu, 28 Feb 2008 20:31:40 +0100 Message-ID: References: <7ztzjtxb73.fsf@vzell-de.de.oracle.com> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUoTu-0001Jl-Dc for emacs-orgmode@gnu.org; Thu, 28 Feb 2008 14:31:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUoTp-0001Hg-EX for emacs-orgmode@gnu.org; Thu, 28 Feb 2008 14:31:49 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUoTp-0001Hd-AM for emacs-orgmode@gnu.org; Thu, 28 Feb 2008 14:31:45 -0500 Received: from ug-out-1314.google.com ([66.249.92.175]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JUoTp-00078x-1m for emacs-orgmode@gnu.org; Thu, 28 Feb 2008 14:31:45 -0500 Received: by ug-out-1314.google.com with SMTP id a2so482236ugf.48 for ; Thu, 28 Feb 2008 11:31:44 -0800 (PST) In-Reply-To: <7ztzjtxb73.fsf@vzell-de.de.oracle.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Dr. Volker Zell" Cc: emacs-orgmode@gnu.org 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-"] > ["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" > > > 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