emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jarmo Hurri <jarmo.hurri@syk.fi>
To: emacs-orgmode@gnu.org
Subject: Post() evaluates but fails in export
Date: Sat, 18 Jan 2014 11:19:05 +0200	[thread overview]
Message-ID: <87txd1fy0m.fsf@syk.fi> (raw)


Greetings.

The following code evaluates just fine with C-c C-c, but fails during
export. This is with the newest org-mode just pulled and built. How do I
fix the issue?

# -----------------------------------------------------------------------
Here is a function I want to define (use below), but which I do not
want to export (neither code nor results).
#+name: foo
#+begin_src emacs-lisp :exports none :var bar="baz"
  (concat "bar" bar)
#+end_src

#+RESULTS: foo
: barbaz

Here is a function that uses foo() defined above. This evaluates just
fine with C-c C-c, but fails in export. It fails both in ASCII export
(C-c C-e t a) and LaTeX export (C-c C-e l p). The error is

org-babel-ref-resolve: Reference 'foo' not found in this buffer

#+name: nofun
#+BEGIN_SRC emacs-lisp :exports results :post foo("nofun")
#+END_SRC

#+RESULTS: nofun
: barnofun
# -----------------------------------------------------------------------

All the best,

Jarmo

             reply	other threads:[~2014-01-18  9:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-18  9:19 Jarmo Hurri [this message]
2014-02-19 15:24 ` Post() evaluates but fails in export Jarmo Hurri
2014-03-14  9:32   ` Bastien
2014-03-14 15:01   ` Nicolas Goaziou
2014-03-19 10:45     ` Bastien
2014-03-19 15:10       ` Nicolas Goaziou
2014-03-19 15:28         ` Bastien
2014-03-19 20:38           ` Nicolas Goaziou
2014-03-19 22:55             ` Bastien

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=87txd1fy0m.fsf@syk.fi \
    --to=jarmo.hurri@syk.fi \
    --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).