Re: [O] org-install?

2016-06-14 Thread Grant Rettke
On Tue, Jun 14, 2016 at 12:06 PM, Rustom Mody wrote: > What is the setup procedure recommended for git-installed org? 1. Clone it to ~/src 2. Generate autoloads and Compiling Org without make: http://orgmode.org/worg/org-hacks.html 3. Before the packaging stuff loads and

Re: [O] org-install?

2016-06-14 Thread Kaushal Modi
As I understand, the worg pages are not official pages. They can be contributed to by anyone interested. I would rather refer to http://orgmode.org/manual/Installation.html to official org installation instructions. In a nutshell, to install org from git, 1. Clone the git repo 2. Copy

[O] org-install?

2016-06-14 Thread Rustom Mody
There are a number of documentation pages, eg http://orgmode.org/worg/org-tutorials/org4beginners.html http://orgmode.org/worg/org-faq.html that recommend to use (require 'org-install) However org-install itself says: ;; The file org-install is obsolete. ;; ;; It is provided here so that

Re: [O] org-install not defining org-mode-map?

2012-05-15 Thread Achim Gratz
Eric Abrahamsen writes: (require 'org-install) (eval-after-load 'org ; don't let org steal this key (define-key org-mode-map (kbd C-') nil)) There are more such forms later on, they all throw the same error. I'm out of my depth here, but I'd think that this sort of thing really belongs

Re: [O] org-install not defining org-mode-map?

2012-05-15 Thread Christopher Schmidt
Eric Abrahamsen e...@ericabrahamsen.net writes: I must have done something odd here, but… Yes. On emacs startup, org-mode-map is not getting defined for some reason, so a bunch of `eval-after-load' forms are throwing errors. I'm using org from git, and the following is the first offending

Re: [O] org-install not defining org-mode-map?

2012-05-15 Thread Eric Abrahamsen
On Tue, May 15 2012, Achim Gratz wrote: Eric Abrahamsen writes: (require 'org-install) (eval-after-load 'org ; don't let org steal this key (define-key org-mode-map (kbd C-') nil)) There are more such forms later on, they all throw the same error. I'm out of my depth here, but I'd

[O] org-install not defining org-mode-map?

2012-05-14 Thread Eric Abrahamsen
I must have done something odd here, but… On emacs startup, org-mode-map is not getting defined for some reason, so a bunch of `eval-after-load' forms are throwing errors. I'm using org from git, and the following is the first offending section: --8---cut

Re: [O] org-install ?

2011-07-01 Thread Giovanni Ridolfi
Memnon Anon gegendosenflei...@googlemail.com writes: Memnon and Michael, thank you for your time, this is just for archival purpose. Giovanni Ridolfi giovanni.rido...@yahoo.it writes: GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600) of 2011-03-10 on 3249CTO Org-mode version 7.5

Re: [O] org-install ?

2011-07-01 Thread Michael Markert
On 1 Jul 2011, Giovanni Ridolfi wrote: snip So I have some questions and answers: - (Since we are aiming to release org 7.6) will the org-install.el be generated during such process? - and during the compilation of Emacs 24? The emacs-bundled org-mode org-install.el is empty (if it is

[O] org-install ?

2011-06-30 Thread Giovanni Ridolfi
Hello everyone, GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600) of 2011-03-10 on 3249CTO Org-mode version 7.5 9c582ceed8c4ffc1b83f719f8bcabbc2e23027b2 I used to have a \lisp\org-install.el file in my load path. This file was there since 20th October 2010 and everythig has been fine. I've just found

Re: [O] org-install ?

2011-06-30 Thread Michael Markert
On 30 Jun 2011, Giovanni Ridolfi wrote: Hello everyone, GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600) of 2011-03-10 on 3249CTO Org-mode version 7.5 9c582ceed8c4ffc1b83f719f8bcabbc2e23027b2 I used to have a \lisp\org-install.el file in my load path. This file was there since 20th October 2010

Re: [O] org-install ?

2011-06-30 Thread Memnon Anon
Giovanni Ridolfi giovanni.rido...@yahoo.it writes: GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600) of 2011-03-10 on 3249CTO Org-mode version 7.5 9c582ceed8c4ffc1b83f719f8bcabbc2e23027b2 I used to have a \lisp\org-install.el file in my load path. This file was there since 20th October 2010 and