* Regression in `fill-paragraph' behavior
@ 2013-03-13 1:10 Daniel Hackney
2013-03-13 8:52 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Hackney @ 2013-03-13 1:10 UTC (permalink / raw)
To: emacs-orgmode
A while ago, I reported a bug in `fill-paragraph' when in org-mode
which caused filling to behave incorrectly in the presence of leading
characters. This comes up when filling paragraphs of email replies,
such as
#+BEGIN_EXAMPLE
> Here is some text
> to be filled to a single line
#+END_EXAMPLE
In the version of org-mode which comes with Emacs 24.3, running
`fill-paragraph' on this yields
#+BEGIN_EXAMPLE
> Here is some text > to be filled to a single line
#+END_EXAMPLE
Whereas filling the same text in `text-mode' results in
#+BEGIN_EXAMPLE
> Here is some text to be filled to a single line
#+END_EXAMPLE
Notice the lack of the > symbol in the `text-mode' fill.
Steps to reproduce:
1. Install Emacs 24.3
2. Launch with "emacs -Q"
3. Create a buffer in `org-mode'
4. Type/yank in the example text from above
5. Press M-q for `fill-paragraph'
I probably should have checked this before the release of 24.3.
--
Daniel Hackney
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Regression in `fill-paragraph' behavior
2013-03-13 1:10 Regression in `fill-paragraph' behavior Daniel Hackney
@ 2013-03-13 8:52 ` Bastien
0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2013-03-13 8:52 UTC (permalink / raw)
To: Daniel Hackney; +Cc: emacs-orgmode
Hi Daniel,
Daniel Hackney <dan@haxney.org> writes:
> A while ago, I reported a bug in `fill-paragraph' when in org-mode
> which caused filling to behave incorrectly in the presence of leading
> characters. This comes up when filling paragraphs of email replies,
> such as
this is fixed in Org's master branch, which will be released as 8.0.
Thanks,
--
Bastien
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-13 8:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-13 1:10 Regression in `fill-paragraph' behavior Daniel Hackney
2013-03-13 8:52 ` Bastien
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).