From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert McIntyre Subject: question about :results scalar Date: Sun, 19 Jun 2011 14:50:08 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYO0Z-0002TG-OS for emacs-orgmode@gnu.org; Sun, 19 Jun 2011 15:50:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QYO0Y-0006au-8h for emacs-orgmode@gnu.org; Sun, 19 Jun 2011 15:50:11 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:49513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYO0X-0006aF-Lp for emacs-orgmode@gnu.org; Sun, 19 Jun 2011 15:50:10 -0400 Received: by pvc12 with SMTP id 12so435850pvc.0 for ; Sun, 19 Jun 2011 12:50:08 -0700 (PDT) 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: emacs-orgmode@gnu.org hi --- I'm working through the org manual and have run into a strange problem with ":results scalar" M-x org-version gives "Org-mode version 7.5 (release_7.5.288.gcec8.dirty)". I've made a code block using #+begin_src emacs-lisp :results scalar, with the source just being '(1 2 3), but I get back an org-table instead of the expected : (1 2 3). what am I doing wrong? a minimal example file can be found here: https://gist.github.com/1034648 I also get the same thing when trying the stable Org-mode version 7.5. sincerely, --Robert McIntyre