emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] a couple of possible bugs in filling/indenting of plain li


From: Carsten Dominik
Subject: Re: [Orgmode] a couple of possible bugs in filling/indenting of plain lists
Date: Mon, 4 Jun 2007 10:08:48 +0200

As Eddward says, you seem to be able to circumvent this by not
allowing indent.el to use TAB characters for indentation:

(setq indent-tabs-mode nil)

It seems to me that this problem is a bug in the Emacs indentation
code, not in Org-mode.

- Carsten

On Jun 1, 2007, at 18:09, William Henney wrote:

Hi list

I have the following problems with org 4.76 (and previous versions
too). This is with emacs 22.0.50.1 (aquamacs 0.9.9d on OS X). My
fill-paragraph seems to be provided by fill-adapt.el version 2.12. My
indent-relative seems to come from the vanilla emacs version of
indent.el.

Cheers

Will


* Illustration of two bugs in org-mode filling/indenting
** Problem with indent-relative in lists
  1. If I carry out the instruction in the following list item, the
     item is indented right by 2 spaces
  2. *Press TAB key with the cursor in this line*
  3. The same thing happens with + or - bullets
  4. I have org-cycle-include-plain lists set to nil
  5. The problem also appears even with all single-line items

** Problem with fill-paragraph in lists of deeply nested headings
  - Another list item that is filled correctly by the fill-paragraph
    command. Here are some more words.
*** header 3
   - A third list item that is filled correctly by the fill-paragraph
     command. Here are some more words.
**** header 4
    - A fourth list item that is filled correctly by the
      fill-paragraph command. Here are some more words.
***** header 5
     - A fifth list item that is filled correctly by the
       fill-paragraph command. Here are some more words.
     - another item
     - and another
****** header 6
      - A sixth list item that is filled correctly by the
        fill-paragraph command. Here are some more words.
      - another item
      - and another
****** This is where the problems start
        - A seventh list item that is *not* filled correctly by the
fill-paragraph command, although it does work correctly with
auto-fill-mode. Note that the lines after the first lose all
their indentation.
******** header 8
         - An eighth list item that is not filled correctly by the
fill-paragraph command. Here are some more words.
        
--

 Dr William Henney, Centro de Radioastronomía y Astrofísica,
 Universidad Nacional Autónoma de México, Campus Morelia


_______________________________________________
Emacs-orgmode mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477





reply via email to

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