From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank =?ISO-8859-1?Q?J=E4kel?= Subject: Symbol's function definition is void: fill-forward-paragraph Date: Thu, 10 Mar 2011 10:40:44 +0100 Message-ID: <1299750044.30358.23.camel@birke.ikw.Uni-Osnabrueck.DE> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=36693 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxcMW-0002IF-P9 for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 04:40:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxcMU-0001Oe-J2 for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 04:40:52 -0500 Received: from vm119.rz.uni-osnabrueck.de ([131.173.17.200]:32999 helo=mail-in-7.serv.Uni-Osnabrueck.DE) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxcMU-0001Ny-9X for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 04:40:50 -0500 Received: from [131.173.33.104] (birke.ikw.Uni-Osnabrueck.DE [131.173.33.104]) by mail-in-7.serv.Uni-Osnabrueck.DE (8.13.8/8.13.8) with ESMTP id p2A9eiKo012130 for ; Thu, 10 Mar 2011 10:40:44 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi all, * A I'm trying to fill this paragraph by pressing M-q now I get the following error: Debugger entered--Lisp error: (void-function fill-forward-paragraph) (fill-forward-paragraph -1) (save-excursion (fill-forward-paragraph -1) (setq itemp (org-in-item-p))) (cond ((and ... ...) t) (table\.el-p t) (table-p (org-table-align) t) (itemp (let* ... ... ... t)) ((save-excursion ... ...) (let ... ...)) (t nil)) (let ((table-p ...) (table\.el-p ...) (itemp ...)) (cond (... t) (table\.el-p t) (table-p ... t) (itemp ...) (... ...) (t nil))) org-fill-paragraph(nil) fill-paragraph(nil) call-interactively(fill-paragraph) Strangely, if I now go back to the buffer and try M-q this time it will fill the paragraph as intended. A solution that worked for me was to replace all calls to fill-forward-paragraph with fill-paragraph. Cheers, Frank Emacs : GNU Emacs 22.2.1 (x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2010-03-31 on crested, modified by Ubuntu Package: Org-mode version 7.5