emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] [BUG] tabel is not sent


From: Carsten Dominik
Subject: Re: [Orgmode] [BUG] tabel is not sent
Date: Tue, 9 Nov 2010 10:20:16 -0600

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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




reply via email to

[Prev in Thread] Current Thread [Next in Thread]