From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Iverson Subject: Re: Need help on org-exp-blocks and dot Date: Thu, 20 Jan 2011 15:41:50 -0600 Message-ID: <4D38AC1E.2080602@ccbr.umn.edu> References: <87sjwnwfrc.fsf@gmail.com> <4D38A8F5.5080302@ccbr.umn.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=46588 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pg2GR-0006oS-Kv for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 16:41:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pg2GQ-00045M-4E for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 16:41:55 -0500 Received: from walleye.ccbr.umn.edu ([128.101.116.11]:2163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pg2GP-00045G-Tv for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 16:41:54 -0500 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bryan Emrys Cc: emacs-orgmode@gnu.org Bryan Emrys wrote: > /usr/local/bin is also in /etc/paths > > if I echo $PATH, I get > > /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin How are you echoing path, starting up a terminal, or within Emacs M-x shell? What if you try M-x getenv PATH in Emacs? > > Thanks, > > Bryan > > On Thu, Jan 20, 2011 at 1:33 PM, Bryan Emrys > wrote: > > Eric, > > .profile has: > # MacPorts Installer addition on 2009-04-08_at_20:48:37: adding an > appropriate PATH variable for use with MacPorts. > export PATH=/opt/local/bin:/opt/local/sbin:$PATH > # Finished adapting your PATH environment variable for use with > MacPorts. > > > > On Thu, Jan 20, 2011 at 1:28 PM, Erik Iverson > wrote: > > > > Bryan Emrys wrote: > > Hi, > > Now getting an error message: /bin/bash: dot: command not found > > Hmm. Pathname issue? > > > Absolutely. > > > > On the mac, dot is in /opt/local/bin/dot > My .emacs file has: (setq load-path (cons "/opt/local/bin" > load-path)) > > > That won't add anything to your shell's path, it's just where Emacs > looks for code to load. > > > I can certainly just open a terminal window and run dot from > the command line. > > > Can you grep your shell startup files and find out which one adds > /opt/local/bin to the path? > > >