From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Markert Subject: Re: org-install ? Date: Fri, 01 Jul 2011 11:56:17 +0200 Message-ID: <871uya5npa.wl%markert.michael@googlemail.com> References: <834o37pa3v.fsf@yahoo.it> <87iprnnq0v.fsf@mean.albasani.net> <8362nmqrlo.fsf@yahoo.it> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Fri_Jul__1_11:56:17_2011-1"; micalg=pgp-sha256; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcaSe-0007qH-OT for emacs-orgmode@gnu.org; Fri, 01 Jul 2011 05:56:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcaSY-0004N1-BW for emacs-orgmode@gnu.org; Fri, 01 Jul 2011 05:56:32 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:33287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcaSX-0004MP-En for emacs-orgmode@gnu.org; Fri, 01 Jul 2011 05:56:26 -0400 Received: by bwd14 with SMTP id 14so3285487bwd.0 for ; Fri, 01 Jul 2011 02:56:23 -0700 (PDT) In-Reply-To: <8362nmqrlo.fsf@yahoo.it> 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: Giovanni Ridolfi Cc: Memnon Anon , emacs-orgmode@gnu.org --pgp-sign-Multipart_Fri_Jul__1_11:56:17_2011-1 Content-Type: multipart/mixed; boundary="Multipart_Fri_Jul__1_11:56:17_2011-1" --Multipart_Fri_Jul__1_11:56:17_2011-1 Content-Type: text/plain; charset=US-ASCII On 1 Jul 2011, Giovanni Ridolfi wrote: > > 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 there). It's purpose is to provide an easy way to hook it with emacs. > + I checked version 6.21b (2009-02-02), shipped with Emacs 23.1, > and it seems to me that there's no org-install file. > so probably it will be generated during the compilation of Emacs 24. > > - Is it possible that, after 20th october 2010, something changed and > the install file is generated *only* with the make command? Can't answer that, but it would be strange if it shipped before. > + well looking through the history of makefile it seems that > org-install has been generated at least since 2008-01-31 Carsten > Dominik Release 5.18 release_5.18. bah?! > > cheers, Giovanni /who have to find a way to create the org-install.el > without using make or using make, but without compiling org-mode. No > .elc file around, please! :-) Perhaps it is time to get Emacs 24 or > package manager ;-) Because of the autoload problems mentioned in another thread I built an elisp file to have something to play with. Put it in the base folder and run it with `emacs -Q -l gen-autoloads.el' or directly via emacs, but make sure that you are in the base-folder. Michael --Multipart_Fri_Jul__1_11:56:17_2011-1 Content-Type: text/plain; type=emacs-lisp; charset=US-ASCII Content-Disposition: attachment; filename="gen-autoload.el" Content-Transfer-Encoding: 7bit (setq org-lisp-files '(org.el org-agenda.el org-ascii.el org-attach.el org-archive.el org-bbdb.el org-beamer.el org-bibtex.el org-capture.el org-clock.el org-colview.el org-colview-xemacs.el org-compat.el org-pcomplete.el org-crypt.el org-ctags.el org-datetree.el org-docview.el org-entities.el org-exp.el org-exp-blocks.el org-docbook.el org-faces.el org-feed.el org-footnote.el org-freemind.el org-gnus.el org-habit.el org-html.el org-icalendar.el org-id.el org-indent.el org-info.el org-inlinetask.el org-jsinfo.el org-irc.el org-latex.el org-list.el org-mac-message.el org-macs.el org-mew.el org-mhe.el org-mks.el org-mobile.el org-mouse.el org-publish.el org-plot.el org-protocol.el org-remember.el org-rmail.el org-special-blocks.el org-src.el org-table.el org-taskjuggler.el org-timer.el org-vm.el org-w3m.el org-wl.el org-xoxo.el ob.el ob-table.el ob-lob.el ob-ref.el ob-exp.el ob-tangle.el ob-comint.el ob-eval.el ob-keys.el ob-awk.el ob-C.el ob-calc.el ob-ditaa.el ob-haskell.el ob-perl.el ob-sh.el ob-R.el ob-dot.el ob-mscgen.el ob-latex.el ob-lisp.el ob-ledger.el ob-python.el ob-sql.el ob-asymptote.el ob-emacs-lisp.el ob-matlab.el ob-ruby.el ob-sqlite.el ob-clojure.el ob-ocaml.el ob-sass.el ob-css.el ob-gnuplot.el ob-octave.el ob-screen.el ob-plantuml.el ob-org.el ob-js.el ob-scheme.el)) (require 'autoload) (find-file (expand-file-name "lisp/org-install.el")) (erase-buffer) (mapc (lambda (x) (let* ((name (symbol-name x)) (generated-autoload-name (file-name-sans-extension name))) (generate-file-autoloads name))) org-lisp-files) (insert "\n(provide (quote org-install))\n") (save-buffer) --Multipart_Fri_Jul__1_11:56:17_2011-1 Content-Type: text/plain; charset=US-ASCII --Multipart_Fri_Jul__1_11:56:17_2011-1-- --pgp-sign-Multipart_Fri_Jul__1_11:56:17_2011-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCAAGBQJODZnBAAoJEHHMVUK0UjKVW2sP/2oRfUjTbupLRTDTOAxxgtv0 ZHCoM1ji0TqNdKBcoLT/r6M/qlLJ4dP+Lr+jQBupKLla3pTMZerB5Dh9sL0vX3Tx w6IfOsgMotD0XlykbtC6zK5xoZH0RqFa9D5uLvY8Q10nPa+zxqOTy1spdCBiXFai uqMr9N5GM3WbF33K2sJjm1v9zQ+UkgvgEvNLNc6GyEyN7tcRHhc/ybLruYozZu8A hGH8CuPKJ7TQSCHdOlTGkTCQFXf9jxRTTdFWSJsTP8WvlgDLZqpoTG4cDVo8X4Ul XJ5EO2YzFoNWlmJ4IDnoSO1ub+WB+5y+Z9bdN0qO2e72FqTGNcyhcyaRxrDrB0uk A9olLbIlwdNpP8cwawyZYOCtE0PCSHmE70CFf3SSSx2wPlCYV29/62NReFg3bRDh Pn574wblPjPnHmpzWckkuVPM8YZHScuqBJWimWVha7YZXYm/8hZIwIzamaavmcCA lmzV4+A0MnCDUIPP87Aii6uj7PzNswFlIQ43m/16FkE+ck7pqfeX9dZObWw6esEf aTHAqeK3HyQEqwXx2GCA5l0yyKA2tsmVPzRP0x9O9+j2mvLydlPjljbkODfDHWgj yNQU31Jl31dC/pwOkTyHh+1EXoxtaLBf41Ux6fKhFEn0jytYwfrO0e5XLNRLVUAg IiIWcURAQncnSf2yFO/D =Jbpj -----END PGP SIGNATURE----- --pgp-sign-Multipart_Fri_Jul__1_11:56:17_2011-1--