From: "Sébastien Vauban" <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Re: [Babel] Tangling ignores LOB file?
Date: Mon, 20 Dec 2010 16:31:28 +0100 [thread overview]
Message-ID: <80tyi8a2b3.fsf@missioncriticalit.com> (raw)
In-Reply-To: 80aak0h6r0.fsf@missioncriticalit.com
Hi Eric,
> "Eric Schulte" wrote:
>>> In other words, it seems that the tangle process does not take into
>>> account the code blocks located in the LOB.
>>
>> I just pushed up a fix which should allow noweb references to be resolved
>> using the library of babel.
>
> TESTED as FIXED. Case is CLOSED.
>
> Thanks a lot.
Though, I just discovered a little problem not related to tangling, but well
to the LOB:
#+TITLE: nil when code block is moved to my LOB
#+DATE: 2010-12-20
#+LANGUAGE: en_US
#+BABEL: :engine msosql :cmdline -S server -U user -P password -d database -n -w 700 :results output :exports both :noweb yes
* Abstract
When the code block is local to the file, the =call= is returning expected
results, when =C-c C-v C-e=.
When moved to the LOB (and the LOB ingested), the same =call= returns =nil=.
* Example
** Local source code block
The code block is in the same file as the one where the =call= is located.
#+srcname: show-count-per-tinyint-value
#+begin_src sql :var table="sometable" :var column="somecolumn"
SELECT $column, COUNT(ISNULL($column, 255)) AS 'Count'
FROM $table
GROUP BY $column
ORDER BY $column
#+end_src
#+call: show-count-per-tinyint-value(table="mytable", column="mycolumn")
#+results: show-count-per-tinyint-value(table="mytable", column="mycolumn")
| mycolumn | Count |
| ------------ | ----------- |
| NULL | 8062 |
| 0 | 5759 |
| 1 | 49174 |
| 2 | 1994 |
| 3 | 9651 |
| 4 | 27 |
| 5 | 2262 |
| 6 | 21 |
| | |
| (8 lignes affectFs) | |
** Now, with the source code in the LOB
After having moved the code block to the LOB (and ingested it), the execution
does not return the expected results anymore:
#+call: show-count-per-tinyint-value(table="mytable", column="mycolumn")
#+results: show-count-per-tinyint-value(table="mytable", column="mycolumn")
: nil
* Extra
Would it be possible to have:
- the previewing enabled, and
- speed commands
on the =call= lines?
Best regards,
Seb
--
Sébastien Vauban
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
prev parent reply other threads:[~2010-12-20 15:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-07 14:17 [Babel] Tangling ignores LOB file? Sébastien Vauban
2010-12-15 17:18 ` Eric Schulte
2010-12-20 14:13 ` Sébastien Vauban
2010-12-20 15:31 ` Sébastien Vauban [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=80tyi8a2b3.fsf@missioncriticalit.com \
--to=wxhgmqzgwmuf-genee64ty+gs+fvcfc7uqw@public.gmane.org \
--cc=emacs-orgmode-mXXj517/zsQ@public.gmane.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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.