[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Upgrade to org 8.0
From: |
Giovanni Ridolfi |
Subject: |
Re: [O] Upgrade to org 8.0 |
Date: |
Fri, 21 Jun 2013 09:30:09 +0100 (BST) |
hi, Chao Lu Chris,
do you have the git version or
did you download the tar.gz archive?
> 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 org loaded?
in my .emacs I have:
(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 <address@hidden>
>A: address@hidden
>Inviato: Venerdì 21 Giugno 2013 9:43
>Oggetto: [O] Upgrade to org 8.0
>
>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, successfully compiled org 8.0.3 and put all the
>*.elc file into my load-path.
>Here is the first confusion:
>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 org
>loaded?
>
>
>Although I do know why, but seems my old settings get org(8.0.3) loaded, i.e.
>M-x org-version gives 8.0.3. But when I try ffap on (require 'org-publish)
>seems emacs wants to jump to
>"/Applications/Documents/Emacs.app/Contents/Resources/lisp/org/org-publish.el.gz",
> which is the old org version shipped with Emacs itself.
>
>
>2. About org-export
>----------------------------
>I read through the upgrading notes from worg, but still haven't got a working
>configuration file, maybe that's the issue of my org installation. But is
>there's working conf on org-export that I can start with?
>
>
>I attached my lch-org-export.el, could somebody have a look how to improve
>them to get 8.0.3 working.
>
>
Re: [O] Upgrade to org 8.0,
Giovanni Ridolfi <=