emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Compilation problem


From: Nick Dokos
Subject: Re: [O] Compilation problem
Date: Mon, 10 Sep 2012 16:27:03 -0400

Achim Gratz <address@hidden> wrote:

> Bastien writes:
> > Achim Gratz <address@hidden> writes:
> >> That would be commit 830a0781a6 by Jambunathan, then.  Autoloads really
> >> don't work that way, so could this please be reverted?
> >
> > Done.
> 
> Thank you.
> 
> By way of explanation: autoload knows about a handful of "special"
> constructs.  If you put an autoload cookie on any other sexp, it will be
> copied verbatim into the autoload file.  This comes in handy sometimes,
> but the sexp may not make any sense in that context…
> 

No errors in ``make test'' after this:

,----
| Ran 206 tests, 206 results as expected (2012-09-10 16:22:59-0400)
| 6 expected failures
`----

There are warnings in compilation:

,----
| ...
| Compiling /home/nick/src/emacs/org/org-mode/lisp/org-e-groff.el...
| 
| In org-e-groff-table-cell:
| org-e-groff.el:1880:36:Warning: reference to free variable `orgtbl-exp-regexp'
| Wrote /home/nick/src/emacs/org/org-mode/lisp/org-e-groff.elc
| ...
| Compiling /home/nick/src/emacs/org/org-mode/lisp/org-e-latex.el...
| 
| In org-e-latex-export-block:
| org-e-latex.el:1209:56:Warning: `"LATEX"' is a malformed function
| Wrote /home/nick/src/emacs/org/org-mode/lisp/org-e-latex.elc
| ...
| Compiling /home/nick/src/emacs/org/org-mode/lisp/org-e-man.el...
| 
| In org-e-man-table-cell:
| org-e-man.el:1134:36:Warning: reference to free variable `orgtbl-exp-regexp'
| Wrote /home/nick/src/emacs/org/org-mode/lisp/org-e-man.elc
| ...
| Compiling /home/nick/src/emacs/org/org-mode/lisp/org-e-texinfo.el...
| 
| In org-e-texinfo-table-column-widths:
| org-e-texinfo.el:1542:35:Warning: function `remove-if' from cl package called
|     at runtime
| Wrote /home/nick/src/emacs/org/org-mode/lisp/org-e-texinfo.elc
| ...
| Compiling /home/nick/src/emacs/org/org-mode/lisp/org-md.el...
| 
| In org-md-link:
| org-md.el:312:22:Warning: reference to free variable `path'
| Wrote /home/nick/src/emacs/org/org-mode/lisp/org-md.elc
| ...
| Compiling /home/nick/src/emacs/org/org-mode/lisp/org.el...
| 
| In org-create-formula-image-with-dvipng:
| org.el:17621:21:Warning: reference to free variable
|     `org-export-latex-listings'
| 
| In end of data:
| org.el:22595:1:Warning: the function `org-clock-sum-current-item' is not known
|     to be defined.
| Wrote /home/nick/src/emacs/org/org-mode/lisp/org.elc
`----

Nick



reply via email to

[Prev in Thread] Current Thread [Next in Thread]