[Orgmode] next-line called in lisp code:

2007-09-07 Thread T. V. Raman
From building 5.08: emacs -batch -q -eval (add-to-list (quote load-path) \/usr/local/share/emacs/site-lisp\) -f batch-byte-compile org.el In org-columns-eval: org.el:14725:8:Warning: `next-line' used from Lisp code That command is designed for interactive use only In end of data:

Re: [Orgmode] next-line called in lisp code:

2007-09-07 Thread Carsten Dominik
None of this is a problem. - Carsten On Sep 7, 2007, at 15:38, T. V. Raman wrote: From building 5.08: emacs -batch -q -eval (add-to-list (quote load-path) \/usr/local/share/emacs/site-lisp\) -f batch-byte-compile org.el In org-columns-eval: org.el:14725:8:Warning: `next-line' used from

Re: [Orgmode] next-line called in lisp code:

2007-09-07 Thread T. V. Raman
Yes, I know it's not a problem, just pointed it out from a code-hygene point of view Carsten == Carsten Dominik [EMAIL PROTECTED] writes: Carsten None of this is a problem. - Carsten Carsten Carsten On Sep 7, 2007, at 15:38, T. V. Raman wrote: Carsten From building