From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?S=C3=A9bastien?= Delafond Subject: Re: Wrong indentation with auto-fill within lists ? Date: Wed, 22 Aug 2012 11:50:17 +0000 (UTC) Message-ID: <20120822134837.709@usenet.piggo.com> References: <20120820110500.314@usenet.piggo.com> <87d32mlyfg.fsf@gmail.com> <871uj1z4bw.fsf@altern.org> Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T49SD-0000Rc-AO for emacs-orgmode@gnu.org; Wed, 22 Aug 2012 07:50:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T49S9-0002Bg-Ea for emacs-orgmode@gnu.org; Wed, 22 Aug 2012 07:50:33 -0400 Received: from plane.gmane.org ([80.91.229.3]:52914) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T49S9-0002BQ-7r for emacs-orgmode@gnu.org; Wed, 22 Aug 2012 07:50:29 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T49S7-0006lC-RG for emacs-orgmode@gnu.org; Wed, 22 Aug 2012 13:50:27 +0200 Received: from 74.123.29.134 ([74.123.29.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Aug 2012 13:50:27 +0200 Received: from sdelafond by 74.123.29.134 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Aug 2012 13:50:27 +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 2012-08-20, Bastien wrote: > If you use a separate Org distribution (as a package or cloned from > the git repository), don't forget to create autoloads. > > ~$ make autoloads > > then > > (require 'org-install) > > in your .emacs.el should do. "(require 'org-install)" is part of the packaging of org-mode in Debian, and is loaded via a site-start snippet (in this case it's /etc/emacs/site-start.d/50org-mode.el), so the problem shouldn't come from that I think. Cheers, --Seb