emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Leo <sdl.web@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: Org-mode version 5.08
Date: Wed, 5 Sep 2007 12:29:33 +0200	[thread overview]
Message-ID: <b2fc55ec21f638a626209aee9148f058@science.uva.nl> (raw)
In-Reply-To: <m2d4wxl9qx.fsf@cam.ac.uk>


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

  reply	other threads:[~2007-09-05 10:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-05  8:36 Org-mode version 5.08 Carsten Dominik
2007-09-05  9:52 ` Leo
2007-09-05 10:29   ` Carsten Dominik [this message]
2007-09-05 14:55 ` Rainer Stengele
2007-09-05 15:47   ` Carsten Dominik
2007-09-05 16:18     ` Rainer Stengele
2007-09-05 15:29 ` Leo
2007-09-05 20:14 ` Leo
2007-09-05 21:43   ` Carsten Dominik
2007-09-08 13:08     ` Leo
2007-09-07 14:26   ` Leo

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=b2fc55ec21f638a626209aee9148f058@science.uva.nl \
    --to=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=sdl.web@gmail.com \
    /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).