emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Symbol's function definition is void: fill-forward-paragraph


From: Frank Jäkel
Subject: [O] Symbol's function definition is void: fill-forward-paragraph
Date: Thu, 10 Mar 2011 10:40:44 +0100

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






reply via email to

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