From mboxrd@z Thu Jan 1 00:00:00 1970 From: jorge.alfaro-murillo@yale.edu (Jorge A. Alfaro-Murillo) Subject: Re: markup text with leading, trailing spaces Date: Sat, 14 Feb 2015 14:03:17 -0500 Message-ID: <87mw4giadm.fsf@yale.edu> References: <87wq3ligtu.fsf@yale.edu> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMi4G-0006TK-Ki for emacs-orgmode@gnu.org; Sat, 14 Feb 2015 14:07:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMi4B-0007ai-5f for emacs-orgmode@gnu.org; Sat, 14 Feb 2015 14:07:52 -0500 Received: from plane.gmane.org ([80.91.229.3]:35860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMi4A-0007ac-Up for emacs-orgmode@gnu.org; Sat, 14 Feb 2015 14:07:47 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YMi48-00011y-Ma for emacs-orgmode@gnu.org; Sat, 14 Feb 2015 20:07:44 +0100 Received: from nat-130-132-173-151.central.yale.edu ([130.132.173.151]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Feb 2015 20:07:44 +0100 Received: from jorge.alfaro-murillo by nat-130-132-173-151.central.yale.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Feb 2015 20:07:44 +0100 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 hymie! writes: > I think you are making the incorrect assumption that the machine > on which I maintain my Org files is the same machine that I wish > to execute commands on. Yes, or that you can ssh to it. > If my commnds were all 8 characters long or less, it would be > fine. Some of my commands look like this: > > While I admit that the "useradd" command is an extreme example, > this becomes horribly ambiguous: > > adduser username -d /data/chroot/home/username -s /usr/bin/rssh > -m -k /dev/null -g rssh pssh -x '-q -t -t' -I -i --hosts > hosts_linux_rhel6 'sudo -S wget > puppet/puppet/pub/system_patch.pl -O > /usr/local/bin/system_patch.pl' < hostnamefile You could add a \ at the end of each line that does not end the command. Best, -- Jorge.