On Sep 5, 2007, at 11:52, Leo wrote:
On 2007-09-05 09:36 +0100, Carsten Dominik wrote:
Org-mode version 5.08 is available at
http://orgmode.org
Compiler warnings are getting longer and longer. See:
,----
| In org-columns-eval:
| org.el:14725:8:Warning: `next-line' used from Lisp code
| That command is designed for interactive use only
`----
This is necessary, forward-line does not do the right thing.
,----
| In org-publish-org-to-html:
| org-publish.el:461:8:Warning: function `org-publish-org-to-html'
defined
| multiple times in this file
`----
Easily cleaned up. David?
,----
| In org-mouse-show-context-menu:
| org-mouse.el:194:24:Warning: reference to free variable
| `org-mouse-context-menu-function'
[...]
org-mouse.el needs to (require 'org). Piotr?
|
| In org-mouse-do-remotely:
| org-mouse.el:972:35:Warning: reference to free variable `_cmd'
`----
This is a variable that is dynamically scoped from a macro in Org-mode.
Piotr, you can get rid of this warning with (note that there is no
value!)
(defvar _cmd) ; from org.el
- Carsten
_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode