From: Rick Frankel <rick@rickster.com>
To: news1142@karl-voit.at
Cc: emacs-orgmode@gnu.org
Subject: Re: Process diagrams with dot and some glue using Org-mode
Date: Fri, 28 Jun 2013 11:34:48 -0400 [thread overview]
Message-ID: <5e6cbdf1d1de558009527836766630b7@mail.rickster.com> (raw)
In-Reply-To: <2013-06-28T11-15-09@devnull.Karl-Voit.at>
On 2013-06-28 05:20, Karl Voit wrote:
> * Rick Frankel <rick@rickster.com> wrote:
>
> And here's a simplier version which uses a graph table in the
> following format:
> [...]
>
> I tried to use your solution with the "#+call:" method.
>
> Unfortunately, it fails and due to my limited ELISP knowledge, I can
> not debug this issue. I've got the feeling that you might be able to
> spot my error right away.
>
> #+call: graph-from-table(nodes=example-node-table,graph=example-graph)
>
> -> this results in "format: Wrong type argument: listp, hline"
This is because of what seems to be a bug in babel -- :colnames
options are not being respected in/for call lines. You always get the
above error when trying to process a table in elisp and the header is
not removed.
The solution is to specify the range on the call:
#+call:
graph-from-table(nodes=example-node-table[2:-1],graph=example-graph[2:-1])
> > Note: I got the following additional parameters "in my pipeline" (want
> to make them work) as well:
>
> :exports results :resname example-result :file
> ~/tmp/2del/example-simple.png
You will also need to specify results :file; and the filename as a
parameter to the called block not the call. `Call's always export the
results i believe (you can add :exports results to the orginal source
block).
#+call: graph-from-file[:file out.png](...) :results file
I don't think there is a :resname option. There was a #+RESNAME:
keyword, but it has been replaced w/ #+NAME:, which is currently not
functional for call lines (but is a hot topic in another thread on the
list.)
rick
next prev parent reply other threads:[~2013-06-28 15:34 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-26 15:23 Process diagrams with dot and some glue using Org-mode Karl Voit
2013-06-26 15:41 ` Karl Voit
2013-06-26 15:44 ` Rick Frankel
2013-06-26 17:03 ` Karl Voit
2013-06-26 18:25 ` Rick Frankel
2013-06-27 6:47 ` Karl Voit
2013-06-27 13:06 ` Rick Frankel
2013-06-27 13:56 ` Bastien
2013-06-28 9:20 ` Karl Voit
2013-06-28 15:34 ` Rick Frankel [this message]
2013-07-01 17:44 ` Karl Voit
2013-06-26 16:40 ` Eric S Fraga
2013-06-27 6:56 ` Karl Voit
2013-06-26 16:54 ` Thorsten Jolitz
2013-06-27 6:36 ` Karl Voit
2013-07-03 19:18 ` Karl Voit
2013-07-03 20:57 ` Nick Dokos
2013-07-05 16:15 ` Eric S Fraga
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=5e6cbdf1d1de558009527836766630b7@mail.rickster.com \
--to=rick@rickster.com \
--cc=emacs-orgmode@gnu.org \
--cc=news1142@karl-voit.at \
/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).