0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-22 13:10:42 +00:00
org-mode/lisp
Achim Gratz 9515d890c9 re-implement org-reload to work with compressed and compiled-only installations
* lisp/org.el: Safe-guard agains the accidental loading of compiled
  versions of org-loaddefs (these must be bogus).  Make sure that
  installations that do not have the source files (only .elc) and/or
  compress the files (.el.gz, .elc.gz) are correctly treated when such
  files must be loaded.  If it is necessary to exclude compiled files
  from loading, temporarily bind load-suffixes to only (".el") instead
  of forcing a literal ".el" suffix (which doesn't work with
  compressed files for some functions).  Re-implement org-reload to
  reload based on features that are currently loaded rather than files
  it finds in whatever directory since it is impossible to know if
  they were loaded from there.  Indicate whether the reloading was
  successful or encountered an error in the message area.
2012-10-07 19:16:24 +02:00
..
Makefile introduce dummy org-install.el to catch old installations 2012-10-06 11:16:59 +02:00
ob-asymptote.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
ob-awk.el Don't use `org-flet' in ob-awk.el and ob-sh.el 2012-08-10 16:05:26 +02:00
ob-C.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
ob-calc.el Replace "ob-" by "org-babel-" as a prefix for two functions 2012-08-21 13:17:08 +02:00
ob-clojure.el code-block languages may specify their own headers and values 2012-04-13 08:43:16 -04:00
ob-comint.el Fix many small typos. 2012-08-13 05:59:44 +02:00
ob-css.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
ob-ditaa.el adding :eps header argument to ditaa code blocks 2012-09-19 08:11:17 -06:00
ob-dot.el ob-dot.el (org-babel-execute:dot): Throw an error when there is no :file parameter 2012-09-28 19:06:17 +02:00
ob-emacs-lisp.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
ob-eval.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
ob-exp.el ob-exp: More accurate white space handling when evaluating inline code 2012-09-16 00:07:15 +02:00
ob-fortran.el Add COPYING and fix other related issues. 2012-09-24 19:15:42 +02:00
ob-gnuplot.el Don't use `org-flet' in some functions 2012-08-09 21:06:33 +02:00
ob-haskell.el Declare functions and variables. 2012-10-02 11:19:29 +02:00
ob-io.el Declare functions and variables. 2012-10-02 11:19:29 +02:00
ob-java.el More fixes to the copyright year... 2012-02-19 08:18:53 -07:00
ob-js.el Fix many small typos. 2012-08-13 05:59:44 +02:00
ob-keys.el Use generated-autoload-file: "org-loaddefs.el" as a local variable. 2012-10-02 08:50:46 +02:00
ob-latex.el Fix many small typos. 2012-08-13 05:59:44 +02:00
ob-ledger.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
ob-lilypond.el ob-lilypond.el: Backport change by Paul Eggert in Emacs trunk 2012-09-30 08:47:16 +02:00
ob-lisp.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
ob-lob.el Remove some autoloads and clean up code. 2012-10-02 10:03:15 +02:00
ob-matlab.el More copyright year fixes. 2012-02-19 08:16:42 -07:00
ob-maxima.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
ob-mscgen.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
ob-ocaml.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
ob-octave.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
ob-org.el ob-org: By default, export code from Org src blocks 2012-09-28 17:21:37 +02:00
ob-perl.el Fix error messages: don't use a dot at the end 2012-09-28 17:47:48 +02:00
ob-picolisp.el Declare functions and variables. 2012-10-02 11:19:29 +02:00
ob-plantuml.el Fix many small typos. 2012-08-13 05:59:44 +02:00
ob-python.el Fix error messages: don't use a dot at the end 2012-09-28 17:47:48 +02:00
ob-R.el do not set variables belonging to ESS 2012-09-23 11:07:18 +02:00
ob-ref.el Declare functions and variables. 2012-10-02 11:19:29 +02:00
ob-ruby.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
ob-sass.el Fix copyright years in maint. 2012-03-17 16:31:04 +01:00
ob-scala.el Declare functions and variables. 2012-10-02 11:19:29 +02:00
ob-scheme.el Add :version to ob-scheme.el option. 2012-04-03 13:44:15 +02:00
ob-screen.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
ob-sh.el fix remote execution w/empty shebang header arg 2012-09-29 23:47:24 +02:00
ob-shen.el Copyright, license, and header fixes. 2012-02-19 08:21:03 -07:00
ob-sql.el Declare functions and variables. 2012-10-02 11:19:29 +02:00
ob-sqlite.el Declare functions and variables. 2012-10-02 11:19:29 +02:00
ob-table.el ob-*.el: Use ̀org-no-properties' instead of `org-babel-clean-text-properties' 2012-08-15 09:39:24 +02:00
ob-tangle.el Remove some autoloads and clean up code. 2012-10-02 10:03:15 +02:00
ob.el Merge branch 'maint' 2012-10-02 13:07:09 +02:00
org-agenda.el Merge branch 'maint' 2012-10-03 11:14:16 +02:00
org-archive.el Update autoloads. 2012-10-02 10:52:17 +02:00
org-ascii.el Update autoloads. 2012-10-02 10:52:17 +02:00
org-attach.el Use generated-autoload-file: "org-loaddefs.el" as a local variable. 2012-10-02 08:50:46 +02:00
org-bbdb.el org-bbdb.el: Minor code clean up. 2012-10-02 09:57:10 +02:00
org-beamer.el Update autoloads. 2012-10-02 10:52:17 +02:00
org-bibtex.el Fix error messages: don't use a dot at the end 2012-09-28 17:47:48 +02:00
org-capture.el Remove some autoloads and clean up code. 2012-10-02 10:03:15 +02:00
org-clock.el Put the clocktable summary line as a CAPTION 2012-10-04 14:13:39 +02:00
org-colview-xemacs.el Add COPYING and fix other related issues. 2012-09-24 19:15:42 +02:00
org-colview.el Merge branch 'maint' 2012-10-02 13:07:09 +02:00
org-compat.el fix a possible (wrong-type-argument stringp nil) error 2012-10-07 18:11:33 +02:00
org-crypt.el org-crypt.el (org-at-encrypted-entry-p): Fix bug when the check happens before the first headline 2012-09-26 08:28:32 +02:00
org-ctags.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
org-datetree.el Use generated-autoload-file: "org-loaddefs.el" as a local variable. 2012-10-02 08:50:46 +02:00
org-docbook.el Use generated-autoload-file: "org-loaddefs.el" as a local variable. 2012-10-02 08:50:46 +02:00
org-docview.el Fix copyright years in maint. 2012-03-17 16:31:04 +01:00
org-element.el Merge branch 'maint' 2012-10-06 01:21:27 +02:00
org-entities.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
org-eshell.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
org-exp.el Merge branch 'maint' 2012-10-02 13:07:09 +02:00
org-faces.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
org-feed.el Use generated-autoload-file: "org-loaddefs.el" as a local variable. 2012-10-02 08:50:46 +02:00
org-footnote.el Use generated-autoload-file: "org-loaddefs.el" as a local variable. 2012-10-02 08:50:46 +02:00
org-freemind.el Use generated-autoload-file: "org-loaddefs.el" as a local variable. 2012-10-02 08:50:46 +02:00
org-gnus.el Merge branch 'maint' 2012-09-28 17:47:53 +02:00
org-habit.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
org-html.el Remove some autoloads and clean up code. 2012-10-02 10:03:15 +02:00
org-icalendar.el Use generated-autoload-file: "org-loaddefs.el" as a local variable. 2012-10-02 08:50:46 +02:00
org-id.el Remove some autoloads and clean up code. 2012-10-02 10:03:15 +02:00
org-indent.el Use generated-autoload-file: "org-loaddefs.el" as a local variable. 2012-10-02 08:50:46 +02:00
org-info.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
org-inlinetask.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
org-install.el introduce dummy org-install.el to catch old installations 2012-10-06 11:16:59 +02:00
org-irc.el Use generated-autoload-file: "org-loaddefs.el" as a local variable. 2012-10-02 08:50:46 +02:00
org-jsinfo.el Add licenses to embedded and external javascript code. 2012-08-21 12:37:32 +02:00
org-latex.el Use generated-autoload-file: "org-loaddefs.el" as a local variable. 2012-10-02 08:50:46 +02:00
org-list.el Remove useless (t nil) sexps at the end of some (cond ...) constructs 2012-08-19 14:42:54 +02:00
org-lparse.el Remove some autoloads and clean up code. 2012-10-02 10:03:15 +02:00
org-mac-message.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
org-macs.el Remove `org-substring-no-properties' and some redundant code 2012-08-15 09:35:21 +02:00
org-mew.el Delete org-make-link' and replace previous occurrences by concat'. 2012-08-03 19:03:21 +02:00
org-mhe.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
org-mks.el Delete trailing whitespaces in core files. 2012-03-28 02:05:36 +02:00
org-mobile.el Remove some autoloads and clean up code. 2012-10-02 10:03:15 +02:00
org-mouse.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
org-odt.el refer to libraries only by name 2012-10-07 18:11:25 +02:00
org-pcomplete.el org-pcomplete.el: Allow to match and complete a "thing" containing dashes 2012-08-22 00:20:09 +02:00
org-plot.el Use generated-autoload-file: "org-loaddefs.el" as a local variable. 2012-10-02 08:50:46 +02:00
org-protocol.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
org-publish.el Merge branch 'maint' 2012-10-02 13:07:09 +02:00
org-remember.el Use generated-autoload-file: "org-loaddefs.el" as a local variable. 2012-10-02 08:50:46 +02:00
org-rmail.el Fix a compiler warning. 2012-08-10 11:17:02 +02:00
org-special-blocks.el org-special-blocks.el: Prevent errors by first checking `org-line' is not nil. 2012-06-28 11:19:56 +02:00
org-src.el Normalize comma-escaping of src-blocks and example-blocks 2012-10-01 21:24:00 +02:00
org-table.el Update autoloads. 2012-10-02 10:52:17 +02:00
org-taskjuggler.el Merge branch 'maint' 2012-10-02 13:07:09 +02:00
org-timer.el Remove some autoloads and clean up code. 2012-10-02 10:03:15 +02:00
org-vm.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
org-w3m.el Fix copyright years in maint. 2012-03-17 16:31:04 +01:00
org-wl.el Massive code clean-up. 2012-08-11 19:10:44 +02:00
org-xoxo.el Use generated-autoload-file: "org-loaddefs.el" as a local variable. 2012-10-02 08:50:46 +02:00
org.el re-implement org-reload to work with compressed and compiled-only installations 2012-10-07 19:16:24 +02:00