From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rodolfo Aramayo Subject: Re: Question about External List Shell Date: Wed, 10 Oct 2012 01:13:27 -0500 Message-ID: References: <87626ivp66.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLpYZ-0002xL-PL for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 02:14:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLpYY-0002Yj-Jc for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 02:14:11 -0400 Received: from mail-qc0-f169.google.com ([209.85.216.169]:49336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLpYY-0002YF-EB for emacs-orgmode@gnu.org; Wed, 10 Oct 2012 02:14:10 -0400 Received: by mail-qc0-f169.google.com with SMTP id t2so193056qcq.0 for ; Tue, 09 Oct 2012 23:14:10 -0700 (PDT) Received: by mail-qc0-f169.google.com with SMTP id t2so193039qcq.0 for ; Tue, 09 Oct 2012 23:14:08 -0700 (PDT) In-Reply-To: <87626ivp66.fsf@gmx.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 Yes, It works! Thanks --R On Wed, Oct 10, 2012 at 1:04 AM, Eric Schulte wrote: > Rodolfo Aramayo writes: > >> 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' >> > > Use the full link syntax in the above by wrapping the entire link text > in square quotes, e.g., > > [[shell:ls -alFG]] > > -- > Eric Schulte > http://cs.unm.edu/~eschulte