From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [BUG] tabel is not sent Date: Tue, 9 Nov 2010 10:20:16 -0600 Message-ID: <60106EC9-24C4-453A-B32F-C732007E5F20@gmail.com> References: <878w12ijby.fsf@dasa3.iem.pw.edu.pl> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=45763 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PFqvm-00035s-Hp for emacs-orgmode@gnu.org; Tue, 09 Nov 2010 11:20:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PFqvl-0003lj-IU for emacs-orgmode@gnu.org; Tue, 09 Nov 2010 11:20:22 -0500 Received: from mail-gx0-f169.google.com ([209.85.161.169]:49125) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PFqvl-0003la-8x for emacs-orgmode@gnu.org; Tue, 09 Nov 2010 11:20:21 -0500 Received: by gxk2 with SMTP id 2so5378113gxk.0 for ; Tue, 09 Nov 2010 08:20:21 -0800 (PST) In-Reply-To: <878w12ijby.fsf@dasa3.iem.pw.edu.pl> 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: =?UTF-8?Q?=C5=81ukasz_Stelmach?= Cc: emacs-orgmode@gnu.org Hi Lukasz, On Nov 9, 2010, at 9:54 AM, =C5=81ukasz Stelmach wrote: > Hello. > > At least to me it looks like a bug. I can't send tabel to a receive > destination in org-mode with C-c C-c. I have to M-x > orgtbl-ctrl-c-ctrl-c. > > org-version: 7.01trans (few weks old one) Could you please try the following patch? Greetings - Carsten Modified lisp/org.el diff --git a/lisp/org.el b/lisp/org.el index 8227ed9..fe19976 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -17320,7 +17320,8 @@ This command does many different things, =20 depending on context: (if arg (call-interactively 'org-table-recalculate) (org-table-maybe-recalculate-line)) - (call-interactively 'org-table-align)) + (call-interactively 'org-table-align) + (orgtbl-send-table 'maybe)) ((or (org-footnote-at-reference-p) (org-footnote-at-definition-p)) (call-interactively 'org-footnote-action)) > > --=20 > Mi=C5=82ego dnia, > =C5=81ukasz Stelmach > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode