emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-fill-paragraph invoked on column 0


From: Nicolas Goaziou
Subject: Re: [O] org-fill-paragraph invoked on column 0
Date: Wed, 01 Aug 2012 00:42:34 +0200

Hello,

Michael Brand <address@hidden> writes:

> In my override my-org-fill-paragraph, improved over the one in an
> earlier post I use
>
> #+BEGIN_SRC emacs-lisp
>   (save-excursion
>     (org-end-of-item)
>     (re-search-backward "[^[:space:]]")
>     ;; [...]
> #+END_SRC
>
> to achieve this.

It doesn't work as you expect. Try it with the following example:

--8<---------------cut here---------------start------------->8---
- line 1
  line 2

  line 3
  line 4
--8<---------------cut here---------------end--------------->8---


Regards,

-- 
Nicolas Goaziou



reply via email to

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