emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: "Dr. Volker Zell" <Dr.Volker.Zell@oracle.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Error when switching on org-table minor mode in mail/message buffers
Date: Thu, 28 Feb 2008 20:31:40 +0100	[thread overview]
Message-ID: <F222DE37-22D1-47DA-A817-FB1A2361C9C6@science.uva.nl> (raw)
In-Reply-To: <7ztzjtxb73.fsf@vzell-de.de.oracle.com>

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

      reply	other threads:[~2008-02-28 19:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=F222DE37-22D1-47DA-A817-FB1A2361C9C6@science.uva.nl \
    --to=dominik@science.uva.nl \
    --cc=Dr.Volker.Zell@oracle.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).