From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward DeMeulle Subject: Re: auto-fill non-op, fill-paragraph error Date: Fri, 28 Sep 2012 22:14:58 -0700 Message-ID: <87obkps94d.fsf@demeulle.org> References: <87lig82jod.fsf@demeulle.org> <87haqno75v.fsf@bzg.ath.cx> <87vcf3l9cu.fsf@bzg.ath.cx> <87a9wektfg.fsf@bzg.ath.cx> <87r4pouuly.fsf@demeulle.org> <87vcez6et8.fsf@bzg.ath.cx> <87r4pna6vc.fsf@demeulle.org> <87lifvmsru.fsf@demeulle.org> <87ipaz6tz8.fsf@bzg.ath.cx> <87obkqdd9z.fsf@demeulle.org> <878vbur6t5.fsf@bzg.ath.cx> <87k3veclxf.fsf@demeulle.org> <873922uub8.fsf@bzg.ath.cx> <87fw62ciu1.fsf@demeulle.org> <87ehlmtcy7.fsf@bzg.ath.cx> <87d3167xsj.fsf@Rainer.invalid> <87sja1scb7.fsf@demeulle.org> <7962.1348892827@alphaville> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THpOV-0005yo-IE for emacs-orgmode@gnu.org; Sat, 29 Sep 2012 01:15:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THpOU-0000AN-MY for emacs-orgmode@gnu.org; Sat, 29 Sep 2012 01:15:15 -0400 Received: from plane.gmane.org ([80.91.229.3]:40799) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THpOU-00008y-Fp for emacs-orgmode@gnu.org; Sat, 29 Sep 2012 01:15:14 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1THpOU-0002CC-PE for emacs-orgmode@gnu.org; Sat, 29 Sep 2012 07:15:14 +0200 Received: from pool-71-118-204-246.lsanca.dsl-w.verizon.net ([71.118.204.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Sep 2012 07:15:14 +0200 Received: from ed by pool-71-118-204-246.lsanca.dsl-w.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Sep 2012 07:15:14 +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 Nick Dokos writes: > So you can either reverse the order, or you can say > > (add-to-list 'load-path "~/.emacs.d/org-mode/contrib/lisp" t) > > which will add it to the end of the list. > > The two methods are not equivalent, mind you, but in either case the org > lisp directory will be found before the org contrib lisp directory. I understand. I didn't realize that add-to-list is stacking entries but it does make sense that you'd want new entries to override previous ones and I do see the distinction between the two options (reversing the stacking order vs putting one at the other end of the list). Thank you for the explanation.