From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: =?UTF-8?B?UmU6IFtCVUddIGBvcmctbG9hZC1ub2Vycm9yLW11c3RzdWZmaXg=?= =?UTF-8?B?wrQgaXMgbm90IGRlZmluZWQsIGludHJvZHVjZWQgYnkgNTQ4NGEzM2I=?= Date: Fri, 11 Jan 2013 08:41:27 -0700 Message-ID: <874niniv6g.fsf@gmail.com> References: <87a9sh3tsp.fsf@gmail.com> <877gnlknlx.fsf@bzg.ath.cx> <87sj69ro12.fsf@gmail.com> <87pq1dj76n.fsf@bzg.ath.cx> <87hamprlob.fsf@gmail.com> <11306.1357839845@alphaville> <874niosy6w.fsf@gmail.com> <87txqodgix.fsf@bzg.ath.cx> <87txqovnv3.fsf@gmail.com> <874niodcry.fsf@bzg.ath.cx> <87vcb4spxe.fsf@gmail.com> <8738y8n0b2.fsf@gmail.com> <87lic0bpwj.fsf@bzg.ath.cx> <87hamo7gdk.fsf@gmail.com> <87wqvk9p5f.fsf@bzg.ath.cx> <87ehhrhpjl.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ttgjx-0001uE-2x for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 10:42:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ttgjp-0003UL-Pz for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 10:41:52 -0500 Received: from mail-ie0-f181.google.com ([209.85.223.181]:44565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ttgjp-0003T1-Lv for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 10:41:45 -0500 Received: by mail-ie0-f181.google.com with SMTP id 16so2457619iea.12 for ; Fri, 11 Jan 2013 07:41:43 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: Nick Dokos , Org Mode Mailing List --=-=-= Content-Type: text/plain Bastien 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. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-quick-activation-instructions-on-the-front-page.patch >From 783ea172b6a89ef5022f41f6cc3936dce522bab5 Mon Sep 17 00:00:00 2001 From: Eric Schulte 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 --=-=-= Content-Type: text/plain -- Eric Schulte http://cs.unm.edu/~eschulte --=-=-=--