From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: In response to: .emacs works on Mac but not on Ubuntu Date: Wed, 17 Jun 2009 18:28:58 +0100 Message-ID: <4A3927DA.1080903@manor-farm.org> References: <2c75873c0906161431j372dc264p303b5d35f4c230b5@mail.gmail.com> <14350.1245190338@gamaville.dokosmarshall.org> <2c75873c0906170840mf1da806g4ab5e98955e322e6@mail.gmail.com> <4A3918B5.5090905@manor-farm.org> <2c75873c0906170946i26eb3ac2w2cd22925e508377c@mail.gmail.com> Reply-To: lists@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGywb-0000IG-AB for emacs-orgmode@gnu.org; Wed, 17 Jun 2009 13:29:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGywZ-0000HD-Nd for emacs-orgmode@gnu.org; Wed, 17 Jun 2009 13:29:05 -0400 Received: from [199.232.76.173] (port=40802 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGywZ-0000H8-Hy for emacs-orgmode@gnu.org; Wed, 17 Jun 2009 13:29:03 -0400 Received: from li40-130.members.linode.com ([72.14.178.130]:48019) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MGywZ-0002ru-1j for emacs-orgmode@gnu.org; Wed, 17 Jun 2009 13:29:03 -0400 Received: from localhost (mail.wilkesley.org [127.0.0.1]) by li40-130.members.linode.com (Postfix) with ESMTP id 949EFCE35 for ; Wed, 17 Jun 2009 18:29:01 +0100 (BST) Received: from li40-130.members.linode.com ([127.0.0.1]) by localhost (wilkesley.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kf1yaQMMJVNe for ; Wed, 17 Jun 2009 18:29:01 +0100 (BST) Received: from [192.168.0.55] (unknown [217.146.125.41]) by li40-130.members.linode.com (Postfix) with ESMTPSA id D5291CE2F for ; Wed, 17 Jun 2009 18:29:00 +0100 (BST) In-Reply-To: <2c75873c0906170946i26eb3ac2w2cd22925e508377c@mail.gmail.com> 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 Cc: emacs-orgmode@gnu.org > I have run this and get an error > > "graham@T42-laptop:~$ sudo apt-cache purge org-mode > [sudo] password for graham: > E: Invalid operation purge" > Doh, finger/brain communication mismatch. It should be: sudo apt-get purge org-mode This will completely remove the Debian package and all it configuration files if it's installed. Ian.