emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: Bytecompiler is unhappy...


From: Carsten Dominik
Subject: Re: [Orgmode] Re: Bytecompiler is unhappy...
Date: Tue, 22 Feb 2011 21:45:00 +0100


On Feb 22, 2011, at 9:15 PM, Nicolas wrote:

Hello,

I've taken care of:

In org-fill-paragraph:
org.el:19105:27:Warning: assignment to free variable `struct'
org.el:19110:33:Warning: reference to free variable `struct'

In end of data:
org-list.el:3007:1:Warning: the function `outline-flag-region' is not known to
   be defined.

But I'm not sure what's the best way to handle this:

In end of data:
org.el:19993:1:Warning: the following functions are not known to be defined:
   org-inlinetask-at-task-p, org-inlinetask-toggle-visibility,
   org-inlinetask-outline-regexp

(require 'org-inlinetask) within eval-when-compile,

NO. Declare the functions an use (defvar name) for the variables.


or declare the
functions? I leave it to the enlightened ones.


Regards,

--
Nicolas

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




reply via email to

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