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

2007-06-06 Thread Carsten Dominik
On Jun 6, 2007, at 14:18, William Henney wrote: Hi Carsten On 6/6/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: No, when starting a new list level, the bullet character should be under the left margin of the text of the upper llevel, i.e. 2 characters indented. That's not how it works for

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

2007-06-06 Thread William Henney
Hi Carsten On 6/6/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: No, when starting a new list level, the bullet character should be under the left margin of the text of the upper llevel, i.e. 2 characters indented. That's not how it works for me. For instance, org-metaright indents by one extr

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

2007-06-06 Thread Carsten Dominik
On Jun 5, 2007, at 1:46, William Henney wrote: On 6/4/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: On Jun 4, 2007, at 15:39, William Henney wrote: > Thanks Carsten. Is this fix just for the indent-relative bug, or does > it fix the second (fill-paragraph) bug as well? The fix will only

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

2007-06-04 Thread William Henney
On 6/4/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: On Jun 4, 2007, at 15:39, William Henney wrote: > Thanks Carsten. Is this fix just for the indent-relative bug, or does > it fix the second (fill-paragraph) bug as well? The fix will only fix the second bug (with fill-paragraph). The first

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

2007-06-04 Thread Carsten Dominik
On Jun 4, 2007, at 15:39, William Henney wrote: On 6/4/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: It turns out that this was after all an org-mode bug. Fixed for 4.77, thanks. Thanks Carsten. Is this fix just for the indent-relative bug, or does it fix the second (fill-paragraph) bug as

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

2007-06-04 Thread William Henney
On 6/4/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: It turns out that this was after all an org-mode bug. Fixed for 4.77, thanks. Thanks Carsten. Is this fix just for the indent-relative bug, or does it fix the second (fill-paragraph) bug as well? I think that the second bug might not have a

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

2007-06-04 Thread Carsten Dominik
It turns out that this was after all an org-mode bug. Fixed for 4.77, thanks. - Carsten On Jun 4, 2007, at 10:08, Carsten Dominik wrote: 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 se

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

2007-06-04 Thread Carsten Dominik
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 wrot

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

2007-06-01 Thread Eddward DeVilla
For me, my indent problems where solved when I turned off the use of tabs. I don't remember how I did it right now and I don't have access to my work system at the moment. I'll let you know when I can check. Edd On 6/1/07, William Henney <[EMAIL PROTECTED]> wrote: Hi list I have the followin

[Orgmode] a couple of possible bugs in filling/indenting of plain lists

2007-06-01 Thread William Henney
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 Wil