emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Miguel Ruiz <rbenit68@inbox.com>
To: orgmode mailing list <emacs-orgmode@gnu.org>
Subject: [bug, master] Returned table column names broken after #+call function from lob-table-operations.org
Date: Fri, 26 Dec 2014 06:06:02 -0800	[thread overview]
Message-ID: <EE92955C6E4.0000033Drbenit68@inbox.com> (raw)

The following minimal example (emacs -Q) yields (key, t1c2, t2c2) as column names after #+call: table-operations-combine-merge[1] with org-master (release_8.3beta-686-g9528be); org-maint (release_8.2.10-29-g89a0ac) works as expected yielding (Col1, Col2, Col3).

[1] http://orgmode.org/w/?p=worg.git;a=blob_plain;f=org-contrib/babel/examples/lob-table-operations.org;hb=HEAD 

TIA
Miguel.



#+begin_src emacs-lisp
(require 'cl)
(org-babel-lob-ingest "lob-table-operations.org")
#+end_src

#+RESULTS:
: 7

#+name: table1 
| Col1 | Col2 |
|------+------|
| A    |    2 |
| B    |    4 |
| C    |    6 |


#+name: table2 
| Col1 | Col3 |
|------+------|
|    1 |    2 |
|    3 |    4 |
|    5 |    6 |

#+call: table-operations-combine-merge(table1,table2) :colnames yes

#+RESULTS:
| key | t1c2 | t2c2 |
|-----+------+------|
|   1 |    2 |    2 |
|   3 |    4 |    4 |
|   5 |    6 |    6 |

____________________________________________________________
TRY FREE IM TOOLPACK at http://www.imtoolpack.com/default.aspx?rc=if5
Capture screenshots, upload images, edit and send them to your friends
through IMs, post on Twitter®, Facebook®, MySpace™, LinkedIn® – FAST!

                 reply	other threads:[~2014-12-26 15:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=EE92955C6E4.0000033Drbenit68@inbox.com \
    --to=rbenit68@inbox.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).