emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] tabel is not sent
@ 2010-11-09 15:54 Łukasz Stelmach
  2010-11-09 16:20 ` Carsten Dominik
  0 siblings, 1 reply; 3+ messages in thread
From: Łukasz Stelmach @ 2010-11-09 15:54 UTC (permalink / raw)
  To: emacs-orgmode

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)

-- 
Miłego dnia,
Łukasz Stelmach

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [BUG] tabel is not sent
  2010-11-09 15:54 [BUG] tabel is not sent Łukasz Stelmach
@ 2010-11-09 16:20 ` Carsten Dominik
  2010-11-09 18:59   ` Łukasz Stelmach
  0 siblings, 1 reply; 3+ messages in thread
From: Carsten Dominik @ 2010-11-09 16:20 UTC (permalink / raw)
  To: Łukasz Stelmach; +Cc: emacs-orgmode

Hi Lukasz,

On Nov 9, 2010, at 9:54 AM, Łukasz 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,  
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))



>
> -- 
> Miłego dnia,
> Łukasz 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [BUG] tabel is not sent
  2010-11-09 16:20 ` Carsten Dominik
@ 2010-11-09 18:59   ` Łukasz Stelmach
  0 siblings, 0 replies; 3+ messages in thread
From: Łukasz Stelmach @ 2010-11-09 18:59 UTC (permalink / raw)
  To: emacs-orgmode

Carsten Dominik <carsten.dominik@gmail.com> writes:

> Hi Lukasz,
>
> On Nov 9, 2010, at 9:54 AM, Łukasz 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?

That's better now :-)
-- 
Miłego dnia,
Łukasz Stelmach

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-11-09 18:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-09 15:54 [BUG] tabel is not sent Łukasz Stelmach
2010-11-09 16:20 ` Carsten Dominik
2010-11-09 18:59   ` Łukasz Stelmach

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).