From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrei Jirnyi Subject: Fixed!! (was: Re: Problem with org-startup-indented) Date: Mon, 24 Oct 2011 23:40:09 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51523) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIU7z-0002XZ-TH for emacs-orgmode@gnu.org; Mon, 24 Oct 2011 19:40:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIU7y-000210-Ne for emacs-orgmode@gnu.org; Mon, 24 Oct 2011 19:40:23 -0400 Received: from lo.gmane.org ([80.91.229.12]:51418) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIU7y-00020w-EC for emacs-orgmode@gnu.org; Mon, 24 Oct 2011 19:40:22 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RIU7x-0007ha-Fq for emacs-orgmode@gnu.org; Tue, 25 Oct 2011 01:40:21 +0200 Received: from dhcp-129-105-201-81.kellogg.northwestern.edu ([129.105.201.81]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Oct 2011 01:40:21 +0200 Received: from a-jirnyi by dhcp-129-105-201-81.kellogg.northwestern.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Oct 2011 01:40:21 +0200 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 On Tue, 18 Oct 2011 17:30:17 +0000, Andrei Jirnyi wrote: > There is a major issue with org-indent-mode under org-mode 7.7 > (downloaded today with Emacs PPM, dated 2011-10-18) and Emacs 23.2. It seems that whatever the issue was, it could be fixed by either: - forcing byte-compile on the downloaded package files by smth like M-: (byte-recompile-directory "~/.emacs.d/elpa/org/[whatever]" 0 t) - loading the newer (2011-10-24) distribution. Perhaps it was related to the ELPA thing somehow. I wonder if the order of compilation might matter for org-mode? I think in the comments in package.el someone mentions that it currently has issues with tramp because tramp requires a specific order of compilation. --aj