From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Subject: Re: right customization Date: Thu, 04 Nov 2010 10:54:49 +0100 Message-ID: <4CD282E9.6000600@online.de> References: <4CCFD618.4020707@online.de> <4CD11BCD.3050001@online.de> <8C718441-AC36-4B63-8D25-0C6489CAD4A4@gmail.com> <4CD25DEB.1010203@online.de> <9BE6BB6E-0B83-4CA5-8FB8-AF4A4724D154@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=57098 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDwXN-0007Ap-W3 for emacs-orgmode@gnu.org; Thu, 04 Nov 2010 05:55:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDwXM-0008KU-Kc for emacs-orgmode@gnu.org; Thu, 04 Nov 2010 05:55:17 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:55580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDwXM-0008Jz-7F for emacs-orgmode@gnu.org; Thu, 04 Nov 2010 05:55:16 -0400 In-Reply-To: <9BE6BB6E-0B83-4CA5-8FB8-AF4A4724D154@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 To: Carsten Dominik Cc: emacs-orgmode Am 04.11.2010 09:29, schrieb Carsten Dominik: > > On Nov 4, 2010, at 8:16 AM, Andreas Röhler wrote: > >> >>>> >>>> Hi Carsten, >>>> >>>> thanks. Error was in my way to load the devel version >>>> >>>> Have been told to follow instructions and load >>>> >>>> ;; (load "~/org-mode/lisp/org-install.elc") >>> >>> By who? >>> >>> the right customization is >>> >>> (require 'org-install). >> >> Hi Carsten, >> >> that surprises me. >> >> AFAIU >> >> (require >> >> only loads a feature, if it's not present already. >> As my distributed Emacs comes with an --basically empty-- >> org-install.el, which provides it (but does nothing in reality, then >> sending a "provide"), I'd be afraid its done here. > > Hi Andreas, > > also the org-install.el that comes with Emacs is only loded when you (or > some other package) issues a require. > So I'm nearly drowned. In my imagination an explicite "load" overwrites the symbols unconditionally, while "require" does a check. > If you have set up the load path correctly, so that your own version of > org is seen before the one coming wiht Emacs, the require will load the > right one. > > I think this is all covered pretty extensively in our tutorials, FAQ etc, > > - Carsten > >> >> Andreas >> >> >> ANd, when you are using git, you >>> need to *make* org-install.el yourself. >>> *Alternatively, you can also do (require 'org), but this >>> only works because people apparently do overlook the >>> org-install part in the installation instructions. >>> >>> - Carsten >>> >>>> >>>> However, it works here that way: >>>> >>>> (load "~/org-mode/lisp/org.el") >>>> >>>> Do you have an idea whats the reason? >>>> >>>> Maybe it's useful to drop some note how to load the devel code. >>>> >>>> Thanks again >>>> >>>> Andreas >>>> >>>> >>>>> >>>>> Go to beginning of sentence, or beginning of table field. >>>>> This will call `backward-sentence' or `org-table-beginning-of-field', >>>>> depending on context. >>>>> >>>>> >>>>> Cheers >>>>> >>>>>> >>>>>> which doesn't meet info. >>>>>> >>>>>> See screenshot attached. >>>>>> >>>>>> Checked from git-repo code >>>>>> >>>>>> Thanks >>>>>> >>>>>> Andreas >>>>>> _______________________________________________ >>>>>> >>>>>> Emacs-orgmode mailing list >>>>>> Please use `Reply All' to send replies to the list. >>>>>> Emacs-orgmode@gnu.org >>>>>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >>>>> >>>>> - Carsten >>>>> >>>>> >>>>> >>>>> >>>> >>> >>> >> > > - Carsten > > > >