emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Michael Markert <markert.michael@googlemail.com>
To: Giovanni Ridolfi <giovanni.ridolfi@yahoo.it>
Cc: Memnon Anon <gegendosenfleisch@googlemail.com>, emacs-orgmode@gnu.org
Subject: Re: org-install ?
Date: Fri, 01 Jul 2011 11:56:17 +0200	[thread overview]
Message-ID: <871uya5npa.wl%markert.michael@googlemail.com> (raw)
In-Reply-To: <8362nmqrlo.fsf@yahoo.it>


[-- Attachment #1.1: Type: text/plain, Size: 1451 bytes --]

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
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


[-- Attachment #1.2: gen-autoload.el --]
[-- Type: text/plain, Size: 2530 bytes --]

(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)

[-- Attachment #1.3: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

  reply	other threads:[~2011-07-01  9:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-30 16:17 org-install ? Giovanni Ridolfi
2011-06-30 18:09 ` Michael Markert
2011-06-30 18:22 ` Memnon Anon
2011-07-01  9:26   ` Giovanni Ridolfi
2011-07-01  9:56     ` Michael Markert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-06-14 17:06 org-install? Rustom Mody
2016-06-14 17:21 ` org-install? Kaushal Modi
2016-06-14 18:28 ` org-install? Grant Rettke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871uya5npa.wl%markert.michael@googlemail.com \
    --to=markert.michael@googlemail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=gegendosenfleisch@googlemail.com \
    --cc=giovanni.ridolfi@yahoo.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).