From: Rick Lupton <r.lupton@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Bug: Extra spaces in babel #+call arguments [7.9.3d (release_7.9.3d-823-gd06fa4 @ /usr/share/emacs/24.2/site-lisp/org/)
Date: Fri, 1 Feb 2013 12:46:16 +0000 (UTC) [thread overview]
Message-ID: <loom.20130201T134440-844@post.gmane.org> (raw)
In-Reply-To: m1obg61wfj.fsf@poto.westell.com
Thomas S. Dye <tsd <at> tsdye.com> writes:
> Rick Lupton <r.lupton <at> gmail.com> writes:
>
> > As a separate question, is it possible to get ":results file" as the
> > default from the original block so it doesn't have to be repeated in each
> > #+CALL ?
>
> This should work:
>
> * Appropriate Heading Level
> :PROPERTIES:
> :RESULTS: file
> :END:
>
Yes, that works fine thanks.
For the other question, it's easy to work around -- as below -- though it'd be
nice not to have to.
#+name: nbimg
#+begin_src sh :var nb="" :var tag="" :results output file
# get rid of spurious trailing spaces
fn=$(echo $nb | sed 's/^ *//g')
nbimage -o auto_images "$fn.ipynb" "$tag"
#+end_src
Thanks,
Rick
prev parent reply other threads:[~2013-02-01 12:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-30 12:05 Bug: Extra spaces in babel #+call arguments [7.9.3d (release_7.9.3d-823-gd06fa4 @ /usr/share/emacs/24.2/site-lisp/org/) Rick Lupton
2013-01-30 16:13 ` Thomas S. Dye
2013-02-01 12:46 ` Rick Lupton [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
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=loom.20130201T134440-844@post.gmane.org \
--to=r.lupton@gmail.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).