emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Tables in Plain Lists


From: Gregor Zattler
Subject: Re: [O] Tables in Plain Lists
Date: Thu, 17 May 2012 14:06:36 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Hi Achim,
* Achim Gratz <address@hidden> [17. May. 2012]:
> Gregor Zattler writes:
>> Really great.  This works for me with Emacs 23.4.1 and it's org
>> version 6.33x, while not with the same Emacs and org-version 7.8.10
>> (release_7.8.10-529-gc4cad9).  I copied the version info from the info
>> file since org-version shows no version any more.
> 
> You didn't do a 'make autoloads'?

I didn't because I do not see any difference.  Until now a daily
cron job pulls the git repository and does a 
make clean && make all && make doc
now I manually did make clean && make autoloads && make all && make doc
and org-version gives me:

Org-mode version N/A (N/A @ /usr/share/Emacs/23.4/lisp/org/org-install.el.gz)

that's the same as before.

>> My minimal .emacs for this test was:
>> (setq load-path (cons "~/src/org-mode/lisp" load-path)) 
>> (setq load-path (cons "~/src/org-mode/contrib/lisp" load-path)) 
> 
> I know you find this in lots of places, but what's wrong with
> 
> (add-to-list "~/src/org-mode/lisp" load-path)
> 
> which also takes care not to add the same entry multiple times?

I have a stanca like yours in my ~/.Emacs.d/init.el but for this
test I copied this from the org info file chapter 1.2
Installation.

>> (require 'org-install)
> 
> And where is this org-install found?  The one that came with
> Emacs won't do.
>
>> (org-reload)
> 
> Unnecessary.

These are leftovers.  I realised that there is no org-install in
the git repo and I am confused.

Ciao, Gregor
-- 
 -... --- .-. . -.. ..--.. ...-.-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]