From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Need help on org-exp-blocks and dot Date: Thu, 20 Jan 2011 14:51:26 -0700 Message-ID: <87ei87w8f5.fsf@gmail.com> References: <87sjwnwfrc.fsf@gmail.com> <4D38A8F5.5080302@ccbr.umn.edu> <4D38AC1E.2080602@ccbr.umn.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=43931 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pg2Pr-00026U-20 for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 16:51:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pg2Pp-0005qj-Sr for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 16:51:38 -0500 Received: from mail-qy0-f176.google.com ([209.85.216.176]:59025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pg2Pp-0005qf-MZ for emacs-orgmode@gnu.org; Thu, 20 Jan 2011 16:51:37 -0500 Received: by qyk10 with SMTP id 10so1125481qyk.0 for ; Thu, 20 Jan 2011 13:51:37 -0800 (PST) In-Reply-To: <4D38AC1E.2080602@ccbr.umn.edu> (Erik Iverson's message of "Thu, 20 Jan 2011 15:41:50 -0600") 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: Erik Iverson Cc: emacs-orgmode@gnu.org back when I had to use a mac, I would just symlink paths into standard locations, e.g. ln -s /opt/local/bin/dot /usr/bin/dot Maybe not the most elegant solution, but it works reliably To do this the *right* way you can update the PATH environment variable *within* Emacs by doing something like the following (setenv "PATH" (concat "/opt/local/bin/:" (getenv "PATH"))) Cheers -- Eric