From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Alekseyev Subject: Re: [babel] Error when exporting a trivial org file to HTML: Wrong type argument: stringp, (results . "") Date: Thu, 29 Sep 2011 17:58:18 -0500 Message-ID: References: <87y5x76txb.fsf@gmail.com> <87pqij6nke.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9PYa-0008QX-NG for emacs-orgmode@gnu.org; Thu, 29 Sep 2011 18:58:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R9PYZ-0004Sn-3Y for emacs-orgmode@gnu.org; Thu, 29 Sep 2011 18:58:20 -0400 Received: from mail-yw0-f41.google.com ([209.85.213.41]:54488) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9PYY-0004Sh-W2 for emacs-orgmode@gnu.org; Thu, 29 Sep 2011 18:58:19 -0400 Received: by ywe9 with SMTP id 9so1220877ywe.0 for ; Thu, 29 Sep 2011 15:58:18 -0700 (PDT) In-Reply-To: <87pqij6nke.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: emacs-orgmode@gnu.org Eric, I pulled the latest org-mode and that got me past the trivial error I described, however, I've run into other ones (I'm still bisecting my original large org file to come up with concise example). There is another error: if I have a hyperlink anywhere in my org file, the html export fails with org-translate-link: Args out of range: 0, 4 Here's the exact example; any comments?: ------------------------8<-------- #+title: My org file #+babel: :session *R-babel* :tangle yes * The problem here's a hyperlink: [[http://google.com]] ** The code This is going to fail on export: #+source: test_code #+BEGIN_SRC R :results output silent :exports none :var foo bar <- foo #+END_SRC Why does this fail? #+call: test_code(foo=3D200) #+results: test_code(foo=3D200) ------------------------8<-------- On Thu, Sep 29, 2011 at 4:33 PM, Eric Schulte wrot= e: > Leo Alekseyev writes: > >> I changed the line to #+BEGIN_SRC R :results output silent :exports >> none :var foo=3D0, but it gives me the same error as before. =A0Running = on >> the old-ish version of org (from January, commit >> 8be17c8c62a8fb402a2ebf1c963a4e9f8f5dec53). >> > > I'd recommend updating to the most recent version in which the header > arguments you mention above work for me. > > Best -- Eric > > -- > Eric Schulte > http://cs.unm.edu/~eschulte/ >