From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: some notes about installing org-mode on Sidux Date: Mon, 28 Jul 2008 09:42:24 -0700 Message-ID: References: <488C8B9D.9080903@nabuli.de> Mime-Version: 1.0 (Apple Message framework v926) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KNWi3-0008GC-CN for emacs-orgmode@gnu.org; Mon, 28 Jul 2008 13:40:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KNWi1-0008FD-Ez for emacs-orgmode@gnu.org; Mon, 28 Jul 2008 13:40:34 -0400 Received: from [199.232.76.173] (port=35367 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNWi1-0008F6-7c for emacs-orgmode@gnu.org; Mon, 28 Jul 2008 13:40:33 -0400 Received: from py-out-1112.google.com ([64.233.166.181]:18584) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KNWi1-0003hc-5n for emacs-orgmode@gnu.org; Mon, 28 Jul 2008 13:40:33 -0400 Received: by py-out-1112.google.com with SMTP id p76so2530291pyb.1 for ; Mon, 28 Jul 2008 10:40:31 -0700 (PDT) In-Reply-To: <488C8B9D.9080903@nabuli.de> 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: =?ISO-8859-1?Q?Raimund_Kohl-F=FCchsle?= Cc: Org-Mode-Mailingliste Hi Raimund, yes, (require 'org-install) is only needed if you have downloaded =20 your Org installation separately, not as part of emacs. yes, this should be the first line of org-related configuration. The warning you see is no problem. - Carsten On Jul 27, 2008, at 7:52 AM, Raimund Kohl-F=FCchsle wrote: > Hello all, > > I faced some problems with using remember and org-mode and first I =20 > didn't connect them with either remember nor org-mode but with my =20 > use of aptitude instead, which is completely wrong with Sidux (well, =20= > we all learn ... ) However, in the end I thought to just mention a =20= > few of my experiences. Since I am no expert, neither with emacs nor =20= > with any programming languages (-being just a lousy user instead-) I =20= > thought to mention them anyway :-) ... if all what I faced is =20 > connected with incompetence on my side, well, don't through tomatoes =20= > at me ... just smile, please :-) > > Ok, first I installed Sidux, a system based on Debian sid, but =20 > stabilized and realy easy to use. I installed emacs22 and became =20 > quite amazed learning that org-mode came along bundled with =20 > emacs22. Yeah, I thought, great. Since I came from Ubuntu, the =20 > only thing I needed to do was to outcomment > > ;;(require 'org-install) > > and all went well. However, after some time of using org-mode I =20 > became aware that when exporting to html CSS didn't work properly =20 > (which had worked before with Ubuntu!) When researching the reason =20= > I found out that the version that came bundled with emacs22 is a =20 > very old version (AFAIR 4.65, and I guess back then there had been =20 > no org-install variable and that was the reason why I was to =20 > outcomment it to have org-mode working ... right?). Next I found =20 > out that there existed a seperate deb pakage "org-mode" which then =20 > delivered the newest version. And this one needs to have set =20 > (require 'org-install) otherwise it will not work (at least) with =20 > remember-el. I may have overlooked that in the manual that older =20 > versions don't accept "org-install", but newer versions need it to =20 > work properly. > > Also according to my fresh experience it seems to matter if > > (require 'org-install) > > > is called *before* e.g.: > > (org-remember-insinuate) > (setq org-directory "~/Rollen/Org/") > (define-key global-map "\C-cr" 'org-remember) > > > If not emacs complains about a void org-remember-insinuate and will =20= > not work together with remember-el. > > There is another thing that I noted when installing org-mode. Here =20= > the install note: > > ---snip--- > > In org-indent-to-column: > org-compat.el:212:5:Warning: `indent-to-column' called with 3 args, =20= > but > requires 1-2 > > ---snap--- > > Ok, so that was what I wanted to mention ... > > ray > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode