From: "Frank Jäkel" <fjaekel@uos.de>
To: emacs-orgmode@gnu.org
Subject: Symbol's function definition is void: fill-forward-paragraph
Date: Thu, 10 Mar 2011 10:40:44 +0100 [thread overview]
Message-ID: <1299750044.30358.23.camel@birke.ikw.Uni-Osnabrueck.DE> (raw)
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
next reply other threads:[~2011-03-10 9:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-10 9:40 Frank Jäkel [this message]
2011-03-10 18:28 ` Symbol's function definition is void: fill-forward-paragraph Nicolas
2011-03-10 18:50 ` Nicolas
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=1299750044.30358.23.camel@birke.ikw.Uni-Osnabrueck.DE \
--to=fjaekel@uos.de \
--cc=emacs-orgmode@gnu.org \
/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).