org-mode/lisp
Bastien Guerry f95641c443 Backport changes from Emacs revs 115081 and 115082
2013-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>

	Address some byte-compiler warnings.
	* ob-abc.el (org-babel-expand-body:abc): Use dolist.
	(org-babel-execute:abc): Fix regexp quoting.
	* ob-calc.el (org--var-syms): Rename from `var-syms'.
	* ob-lilypond.el (ly-compile-lilyfile): Remove redundant let-binding.
	* ob-table.el (sbe): Move debug declaration.
	* org-clock.el (org--msg-extra): Rename from `msg-extra'.
	* org.el (org-version): Avoid var name starting with _.
	(org-inhibit-startup, org-called-with-limited-levels)
	(org-link-search-inhibit-query, org-time-was-given)
	(org-end-time-was-given, org-def, org-defdecode, org-with-time):
	* org-colview.el (org-agenda-overriding-columns-format):
	* org-agenda.el (org-agenda-multi, org-depend-tag-blocked)
	(org-agenda-show-log-scoped):
	* ob-python.el (py-which-bufname, python-shell-buffer-name):
	* ob-haskell.el (org-export-copy-to-kill-ring):
	* ob-exp.el (org-link-search-inhibit-query):
	* ob-R.el (ess-eval-visibly-p):
	* ob-core.el (org-src-window-setup): Declare before use.
	(org-babel-expand-noweb-references): Remove unused `blocks-in-buffer'.
	* ox-odt.el (org-odt-hfy-face-to-css):
	* org-src.el (org-src-associate-babel-session, org-src-get-lang-mode):
	* org-bibtex.el (org-bibtex-get, org-bibtex-ask, org-bibtex)
	(org-bibtex-check):
	* ob-tangle.el (org-babel-tangle, org-babel-spec-to-string)
	(org-babel-tangle-single-block, org-babel-tangle-comment-links):
	* ob-table.el (sbe):
	* ob-sqlite.el (org-babel-sqlite-expand-vars):
	* ob-sql.el (org-babel-sql-expand-vars):
	* ob-shen.el (org-babel-execute:shen):
	* ob-sh.el (org-babel-execute:sh, org-babel-sh-evaluate):
	* ob-scala.el (org-babel-scala-evaluate):
	* ob-ruby.el (org-babel-ruby-table-or-string)
	(org-babel-ruby-evaluate):
	* ob-python.el (org-babel-python-table-or-string)
	(org-babel-python-evaluate-external-process)
	(org-babel-python-evaluate-session):
	* ob-picolisp.el (org-babel-execute:picolisp):
	* ob-perl.el (org-babel-perl-evaluate):
	* ob-maxima.el (org-babel-execute:maxima):
	* ob-lisp.el (org-babel-execute:lisp):
	* ob-java.el (org-babel-execute:java):
	* ob-io.el (org-babel-io-evaluate):
	* ob-haskell.el (org-babel-execute:haskell):
	* ob-fortran.el (org-babel-execute:fortran):
	* ob-exp.el (org-babel-exp-code):
	* ob-emacs-lisp.el (org-babel-execute:emacs-lisp):
	* ob-ditaa.el (org-babel-execute:ditaa):
	* ob-core.el (org-babel-execute-src-block, org-babel-sha1-hash)
	(org-babel-parse-header-arguments, org-babel-reassemble-table)
	(org-babel-goto-src-block-head, org-babel-mark-block)
	(org-babel-expand-noweb-references, org-babel-script-escape)
	(org-babel-process-file-name):
	* ob-clojure.el (org-babel-execute:clojure):
	* ob-calc.el (org-babel-execute:calc):
	* ob-awk.el (org-babel-execute:awk):
	* ob-abc.el (org-babel-execute:abc):
	* ob-R.el (org-babel-expand-body:R):
	* ob-C.el (org-babel-C-execute): Avoid deprecated ((lambda) ...).

2013-11-12  Glenn Morris  <rgm@gnu.org>

	* ox-html.el (org-html-scripts): Add 2013 to copyright years.
	(org-html-infojs-template): Copyright holder to FSF.
2013-11-12 20:57:31 +01:00
..
Makefile Makefile (clean-install): Also remove ox*.el* files 2013-04-18 14:43:45 +02:00
ob-asymptote.el Update Copyright lines to match Emacs format. 2013-01-08 15:04:32 +01:00
ob-awk.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-C.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-calc.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-clojure.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-comint.el more robust edebug spec 2013-06-06 12:29:37 -06:00
ob-core.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-css.el Update Copyright lines to match Emacs format. 2013-01-08 15:04:32 +01:00
ob-ditaa.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-dot.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-emacs-lisp.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-eval.el Compatibility: fix XEmacs compilation failures 2013-06-01 11:31:07 +02:00
ob-exp.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-fortran.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-gnuplot.el prolog and epilog header arguments 2013-06-22 14:09:24 -06:00
ob-haskell.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-io.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-java.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-js.el use org-babel-result-cond in JavaScript code blocks 2013-04-06 11:39:23 -06:00
ob-keys.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-latex.el Fix incorrect funtion call 2013-09-19 05:05:56 +02:00
ob-ledger.el Update Copyright lines to match Emacs format. 2013-01-08 15:04:32 +01:00
ob-lilypond.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-lisp.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-lob.el named call lines insert results like code blocks 2013-06-30 17:46:32 -06:00
ob-makefile.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-matlab.el Update Copyright lines to match Emacs format. 2013-01-08 15:04:32 +01:00
ob-maxima.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-mscgen.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-ocaml.el Babel ocaml: fix bug where the first exported result would end up in the ocaml 2013-05-07 14:15:33 +02:00
ob-octave.el ob-octave: Emacs 24.4 will ditch octave-inf in favor for octave 2013-05-19 21:08:00 +02:00
ob-org.el allow insertion of non-strings into Org code blocks 2013-05-06 16:31:53 -04:00
ob-perl.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-picolisp.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-plantuml.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-python.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-R.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-ref.el evaluate elisp header args at original call site 2013-06-25 09:59:56 -06:00
ob-ruby.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-sass.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-scala.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-scheme.el ob-scheme.el (org-babel-scheme-execute-with-geiser): Fix code typo and add declarations 2013-07-01 23:08:08 +02:00
ob-screen.el Merge branch 'maint' 2013-01-08 15:04:40 +01:00
ob-sh.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-shen.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-sql.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-sqlite.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-table.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob-tangle.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ob.el Compatibility: fix XEmacs compilation failures 2013-06-01 11:31:07 +02:00
org-agenda.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
org-archive.el Add :version and :package-version 2013-03-05 16:38:33 +01:00
org-attach.el Fix compiler warnings. 2013-09-02 13:33:52 +02:00
org-bbdb.el org-bbdb.el: Fix typo. 2013-04-03 18:28:29 +02:00
org-bibtex.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
org-capture.el org-capture.el (org-capture-refile): Don't finalize prematurely 2013-11-06 16:26:38 +01:00
org-clock.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
org-colview.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
org-compat.el org-agenda: Fix bug when showing the new time 2013-11-06 09:59:46 +01:00
org-crypt.el Use `org-add-hook' in some places and merge Emacs revno r112320 2013-04-18 10:29:00 +02:00
org-ctags.el Fix typo 2013-09-15 06:41:09 +02:00
org-datetree.el org-datetree.el: Be more restrictive when finding a year datetree 2013-04-18 12:20:08 +02:00
org-docview.el Merge branch 'maint' 2013-02-26 16:14:03 +01:00
org-element.el org-element: Fix infloops 2013-11-10 11:28:14 +01:00
org-entities.el org-entities: New entities 2013-09-01 14:28:13 +02:00
org-eshell.el Update copyright years. 2013-01-01 16:04:24 +01:00
org-faces.el Fix documentation of the org-footnote face 2013-09-22 08:02:18 +02:00
org-feed.el Update copyright years. 2013-01-01 16:04:24 +01:00
org-footnote.el Fix customization types of variables 2013-05-09 15:19:02 +02:00
org-gnus.el org-compat.el: New compatibility function `org-defvaralias' 2013-03-14 13:53:52 +01:00
org-habit.el Add option to always show DONE days as green on consistency graph. It can be enabled by setting `org-habit-show-done-alwyays-green' variable to t. 2013-05-07 12:30:15 +02:00
org-id.el org-id: autoload `org-id-update-id-locations' 2013-05-19 21:07:55 +02:00
org-indent.el Use `org-add-hook' in some places and merge Emacs revno r112320 2013-04-18 10:29:00 +02:00
org-info.el Update copyright years. 2013-01-01 16:04:24 +01:00
org-inlinetask.el org-inlinetask: fix inlinetask unfolding 2013-10-30 00:33:58 +01:00
org-install.el org-install.el: Do not warn users. 2013-01-22 14:08:39 +01:00
org-irc.el Update copyright years. 2013-01-01 16:04:24 +01:00
org-list.el Use bzg@gnu.org instead of bzg AT gnu DOT org 2013-10-08 08:07:21 +02:00
org-macro.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
org-macs.el Compatibility: fix XEmacs compilation failures 2013-06-01 11:31:07 +02:00
org-mhe.el Compatibility: fix XEmacs compilation failures 2013-06-01 11:31:07 +02:00
org-mobile.el save-restriction in `org-mobile-push' 2013-08-08 08:49:20 +02:00
org-mouse.el org-mouse: Fix incorrect replacement for checkbox lists 2013-06-27 17:37:38 +02:00
org-pcomplete.el Fix completion of headline names after * 2013-09-02 08:08:58 +02:00
org-plot.el Remove unnecessary linking to export framework 2013-02-06 23:06:31 +01:00
org-protocol.el Use bzg@gnu.org instead of bzg AT gnu DOT org 2013-10-08 08:07:21 +02:00
org-rmail.el Update copyright years. 2013-01-01 16:04:24 +01:00
org-src.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
org-table.el Fix table formula debugger error display 2013-09-07 16:21:38 +02:00
org-timer.el Inform compiler about a variable that will exist at run time 2013-09-08 18:28:30 +02:00
org-w3m.el Include org-w3m.el back into core. 2013-04-05 08:37:51 +02:00
org.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ox-ascii.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ox-beamer.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ox-html.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ox-icalendar.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ox-latex.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ox-man.el Export back-ends: Apply changes to export functions 2013-08-07 16:11:42 +02:00
ox-md.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ox-odt.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ox-org.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ox-publish.el ox-publish: Fix compilation problem 2013-10-13 18:34:57 +02:00
ox-texinfo.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00
ox.el Backport changes from Emacs revs 115081 and 115082 2013-11-12 20:57:31 +01:00