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:28:21 -0600 Message-ID: <4D38A8F5.5080302@ccbr.umn.edu> References: <87sjwnwfrc.fsf@gmail.com> 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=49040 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pg23T-0001Dc-91 for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 16:28:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pg23O-00013v-AP for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 16:28:27 -0500 Received: from walleye.ccbr.umn.edu ([128.101.116.11]:2108) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pg23O-00013p-4B for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 16:28:26 -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: > 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?