Re: [O] Upgrade to org 8.0

2013-06-21 Thread Suvayu Ali
On Fri, Jun 21, 2013 at 04:15:41PM -0400, Chao Lu wrote: > > >> *3. M-x locate org-publish gives: > >> '/Applications/Documents/Emacs.app/Contents/Resources/lisp/org/org-publish.elc', > >> indicating my installation has something wrong... org-publish has been replaced by ox-publish. > M-x org-ve

Re: [O] Upgrade to org 8.0

2013-06-21 Thread Giovanni Ridolfi
: (setq load-path (cons  ... /my/path then (require 'org)  ; but I don't know if it is necessary Please, let's fix the installation then the exporter. cheers, Giovanni > > Da: Chao Lu >A: emacs-orgmode@gnu.org >Inviato: Venerdì 21

Re: [O] Upgrade to org 8.0

2013-06-21 Thread Chao Lu
This is so confusing... M-x org-version "Org-mode version 8.0.3 (8.0.3-dist @ /Users/LooChao/Dropbox/.emacs.d/lisp/org/)" M-x list-load-path-shadows: /Users/LooChao/Dropbox/.emacs.d/lisp/org/org hides /Applications/Documents/Emacs.app/Contents/Resources/lisp/org/org /Us

Re: [O] Upgrade to org 8.0

2013-06-21 Thread Chao Lu
On Fri, Jun 21, 2013 at 3:27 PM, Chao Lu wrote: > Thanks a lot for those replies, which are quite helpful. > > 1. lch-org.el and lch-org-export.el together completes my conf about org, > which works before 8.0 > > 2. The version I installed is 8.0.3 tar ball instead of git, usually I do > not pre

Re: [O] Upgrade to org 8.0

2013-06-21 Thread Chao Lu
Thanks a lot for those replies, which are quite helpful. 1. lch-org.el and lch-org-export.el together completes my conf about org, which works before 8.0 2. The version I installed is 8.0.3 tar ball instead of git, usually I do not prefer living at cutting edge. - M-x org-version --> "Org-mod

Re: [O] Upgrade to org 8.0

2013-06-21 Thread Achim Gratz
Nicolas Richard writes: > IIUC, when nothing bad happens, org has autoloads installed in emacs > which will load org as soon as needed. So you are right, (require 'org) > is unneeded. This relies heavily on luck with both the original and the new version of Org. You should at least do a `(require

Re: [O] Upgrade to org 8.0

2013-06-21 Thread Achim Gratz
Chao Lu writes: > I followed the instruction, successfully compiled org 8.0.3 and put > all the *.elc file into my load-path. We don't know which instructions you followed and consequentyl what you did. > Here is the first confusion: > Before I was using (require 'org-install) to get org code eva

Re: [O] Upgrade to org 8.0

2013-06-21 Thread Nicolas Richard
John Hendy writes: > On Fri, Jun 21, 2013 at 9:38 AM, Suvayu Ali > wrote: >> On Fri, Jun 21, 2013 at 03:43:33AM -0400, Chao Lu wrote: >>> *Before I was using (require 'org-install) to get org code evaluated. Seems >>> org-install is obsolete now, then what should I put in my .emacs to get >>>

Re: [O] Upgrade to org 8.0

2013-06-21 Thread John Hendy
On Fri, Jun 21, 2013 at 9:38 AM, Suvayu Ali wrote: > On Fri, Jun 21, 2013 at 03:43:33AM -0400, Chao Lu wrote: >> Dear list, >> >> I'm trying to upgrade to org 8.0.3 and met some difficulty that could not >> solve. Please help. >> >> 1. About installation >> >> Currentl

Re: [O] Upgrade to org 8.0

2013-06-21 Thread Suvayu Ali
On Fri, Jun 21, 2013 at 03:43:33AM -0400, Chao Lu wrote: > Dear list, > > I'm trying to upgrade to org 8.0.3 and met some difficulty that could not > solve. Please help. > > 1. About installation > > Currently I'm using Emacs 24.3 under MacOSX mountain lion. > The org

[O] Upgrade to org 8.0

2013-06-21 Thread Chao Lu
Dear list, I'm trying to upgrade to org 8.0.3 and met some difficulty that could not solve. Please help. 1. About installation Currently I'm using Emacs 24.3 under MacOSX mountain lion. The org mode shipped with this version of emacs is 7.9 I followed the instruction