emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: "Łukasz Stelmach" <lukasz.stelmach@iem.pw.edu.pl>
Cc: emacs-orgmode@gnu.org
Subject: Re: [BUG] tabel is not sent
Date: Tue, 9 Nov 2010 10:20:16 -0600	[thread overview]
Message-ID: <60106EC9-24C4-453A-B32F-C732007E5F20@gmail.com> (raw)
In-Reply-To: <878w12ijby.fsf@dasa3.iem.pw.edu.pl>

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

  reply	other threads:[~2010-11-09 16:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-09 15:54 [BUG] tabel is not sent Łukasz Stelmach
2010-11-09 16:20 ` Carsten Dominik [this message]
2010-11-09 18:59   ` Łukasz Stelmach

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=60106EC9-24C4-453A-B32F-C732007E5F20@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=lukasz.stelmach@iem.pw.edu.pl \
    /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).