From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Wrong indentation with auto-fill within lists ? Date: Mon, 20 Aug 2012 22:38:43 +0200 Message-ID: <871uj1z4bw.fsf@altern.org> References: <20120820110500.314@usenet.piggo.com> <87d32mlyfg.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3Yju-0006cP-PO for emacs-orgmode@gnu.org; Mon, 20 Aug 2012 16:38:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3Yjt-0005vp-DZ for emacs-orgmode@gnu.org; Mon, 20 Aug 2012 16:38:22 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:45740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3Yjt-0005vf-6S for emacs-orgmode@gnu.org; Mon, 20 Aug 2012 16:38:21 -0400 Received: by weys10 with SMTP id s10so4718234wey.0 for ; Mon, 20 Aug 2012 13:38:20 -0700 (PDT) In-Reply-To: ("Luis =?iso-8859-1?Q?Moch=E1n=22's?= message of "Mon, 20 Aug 2012 13:32:50 +0000 (UTC)") 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: Luis =?iso-8859-1?Q?Moch=E1n?= Cc: emacs-orgmode@gnu.org Hi Luis, Luis Mochán writes: > Are there conflicts due to the apparent > coexistence of two org-mode versions (that provided by the emacs23 debian > package and the other provided by the org-mode package)? 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. -- Bastien