Bastien <b...@altern.org> writes: > Hi Eric, > > actually, digging your problem further, I finally committed this > patch: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=db7ece >
Great, thank you for running this to ground. After my last email I ran into the problem again, but didn't have the energy to continue debugging. > > Loading org-loaddefs.el through `org-load-noerror-mustsuffix' is > asking for troubles. I removed this. > Makes sense. > > Thanks for the time spent on this, To follow up on the instillation instructions. Those in the manual look pretty good (I'm speaking specifically of org.texi in the master branch of the repository, not the online version of the manual which seems to be out of date and quickly dives into "make help" specifics). My only suggestion would be that they include the following step. ;; emacs-lisp (require 'org) (org-reload) Additionally, I think the attached change to the home page would be helpful for those who want to get started quickly.
>From 783ea172b6a89ef5022f41f6cc3936dce522bab5 Mon Sep 17 00:00:00 2001 From: Eric Schulte <schulte.e...@gmail.com> Date: Fri, 11 Jan 2013 08:36:12 -0700 Subject: [PATCH] quick activation instructions on the front page --- index.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.org b/index.org index 0d65fa5..c79bd00 100644 --- a/index.org +++ b/index.org @@ -37,6 +37,13 @@ Development version ([[http://orgmode.org/cgit.cgi/org-mode.git/][cgit]]): Daily snapshots: [[http://orgmode.org/org-latest.tar.gz][tar.gz]] or [[http://orgmode.org/org-latest.zip][zip]] +To activate manual installs. +#+begin_src emacs-lisp + (add-to-list 'load-path "~/path/to/orgdir/lisp") + (require 'org) + (org-reload) ;; <- on newer Emacs which already include Org +#+end_src + - [[file:features.org][List of features]] - [[#docs][Manuals and tutorials]] - [[file:talks.org][Talks about Org mode]] -- 1.8.1
-- Eric Schulte http://cs.unm.edu/~eschulte