From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rodolfo Aramayo Subject: Question about External List Shell Date: Wed, 10 Oct 2012 00:54:25 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55032) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLpGF-0006cB-Pk for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 01:55:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLpGA-0001t8-3a for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 01:55:15 -0400 Received: from mail-qc0-f169.google.com ([209.85.216.169]:56978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLpG9-0001qD-Uq for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 01:55:10 -0400 Received: by mail-qc0-f169.google.com with SMTP id t2so181141qcq.0 for ; Tue, 09 Oct 2012 22:55:08 -0700 (PDT) Received: by mail-qa0-f41.google.com with SMTP id p27so5230024qat.0 for ; Tue, 09 Oct 2012 22:55:06 -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 Running the following code inside emacs org-mode file: shell:ls -alFG Desired outcome: a list of a directory Observed behavior: The command or link is 'active' only up to 'ls' shell:ls the -alFG is never 'seen' I am using emacs: GNU Emacs 24.2.1 org-mode @7.9.2_0 on a Mac: Darwin 10.8.0 Darwin Kernel Version 10.8.0: RELEASE_I386 i386 i386 I can reproduce this using a minimal emacs config file Ideas? Thanks --R