[Orgmode] Re: minor option conflict

2009-02-26 Thread Samuel Wales
On Sun, Feb 22, 2009 at 10:39, Carsten Dominik wrote: > Hi Samuel, > I believe I have fixed this bug now, please confirm. Hi Carsten, Thank you! I tried it and it fixes the the only problem that was both troublesome and fixable. Refiling tasks with unexpected blank lines was causing blank line

[Orgmode] Re: minor option conflict

2009-02-22 Thread Carsten Dominik
Hi Samuel, I believe I have fixed this bug now, please confirm. Thanks for insisting and staying on it - sometimes I am not quickly seeing the problem, and then I need pushing. - Carsten On Feb 11, 2009, at 7:32 AM, Samuel Wales wrote: On Fri, Feb 6, 2009 at 15:10, Bernt Hansen wrote: I ca

[Orgmode] Re: minor option conflict

2009-02-20 Thread Samuel Wales
It is org-adapt-indentation that when set to nil causes the unexpected blank line when changing todo state. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo

[Orgmode] Re: minor option conflict

2009-02-12 Thread Samuel Wales
Please ignore my previous post. Point was, this is not a major issue for me ATM, so I'm OK with 0 or 2 if 1 doesn't bother anybody else. Editing in gmail entry box is hazardous. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies

[Orgmode] Re: minor option conflict

2009-02-12 Thread Samuel Wales
On Thu, Feb 12, 2009 at 01:53, Carsten Dominik wrote: > Why don't you simply set the variable `org-cycle-separator-lines' > to its default value 2? That works OK, and so does 0 (although ISTR for some reason that when I first wrote the bug it didn't, although I don't know why that would be as the

[Orgmode] Re: minor option conflict

2009-02-12 Thread Carsten Dominik
On Feb 11, 2009, at 6:46 PM, Samuel Wales wrote: Hi Carsten, To reiterate (since the thread is long): Bug: blank line inserted after log item even without body. This inserts blank line in collapsed view requiring manual deletion. Carsten and Bernt could not reproduce. I provided test case a

[Orgmode] Re: minor option conflict

2009-02-11 Thread Samuel Wales
Hi Carsten, To reiterate (since the thread is long): Bug: blank line inserted after log item even without body. This inserts blank line in collapsed view requiring manual deletion. Carsten and Bernt could not reproduce. I provided test case and .emacs to reproduce. I also like Wanrong's idea o

[Orgmode] Re: minor option conflict

2009-02-11 Thread Carsten Dominik
On Feb 11, 2009, at 7:32 AM, Samuel Wales wrote: ;;very strange. this gets overridden with time? ;;;(setq org-log-done t) (setq org-log-done 'time) Yes, the t value is old and get translated to time on load time. - Carsten ___ Emacs-orgmode mai

[Orgmode] Re: minor option conflict

2009-02-10 Thread Samuel Wales
On Fri, Feb 6, 2009 at 15:10, Bernt Hansen wrote: > I can't reproduce this either. I think you can now. Do c-c c on a headline to reproduce. Fairly minimal org file: #+SEQ_TODO: TODO(t) WAIT(w!) | DONE(d!) * sss * sss Fairly minimal .emacs: (require 'cl) (defun alpha-add-path (p) (setq loa

[Orgmode] Re: minor option conflict

2009-02-06 Thread Bernt Hansen
I can't reproduce this either. -Bernt Carsten Dominik writes: > Hi Samuel, > > I cannot reproduce this. > > - Carsten > > On Feb 6, 2009, at 6:44 AM, Samuel Wales wrote: > >> With org-log-done set to t or 'time and >> org-cycle-separator-lines set to 0 or 1, on a node with no >> body, org-done

[Orgmode] Re: minor option conflict

2009-02-06 Thread Bernt Hansen
Samuel Wales writes: > outline-regexp is a variable defined in `outline.el'. > Its value is "\\*+ " > Local in buffer todo-new.org; global value is "[*\f]+" > Automatically becomes buffer-local when set in any fashion. > -- Okay - I guess that's not it. Your value matches mine for org files. -

[Orgmode] Re: minor option conflict

2009-02-06 Thread Samuel Wales
outline-regexp is a variable defined in `outline.el'. Its value is "\\*+ " Local in buffer todo-new.org; global value is "[*\f]+" Automatically becomes buffer-local when set in any fashion. -- ___ Emacs-orgmode mailing list Remember: use `Reply All' to

[Orgmode] Re: minor option conflict

2009-02-06 Thread Bernt Hansen
Samuel Wales writes: > On Fri, Feb 6, 2009 at 08:42, Carsten Dominik wrote: >> I cannot reproduce this. > > I assumed that it would be reproducible, apologies. > > org-add-planning-info sees outline-regexp and inserts \n. I do not > comprehend the code. Have you maybe changed the value of outl

[Orgmode] Re: minor option conflict

2009-02-06 Thread Samuel Wales
Incomplete message. - All such, including CLOSED, could possibly be " - " items for consistency. - Depending on settings, neither left flush nor aligned under the heading, but indented by 2, to allow noting visually that they are items, works best for me, as then they are in a consistent colu

[Orgmode] Re: minor option conflict

2009-02-06 Thread Samuel Wales
Closely related: the CLOSED timestamp does not insert a blank line. For consistency with the above, perhaps it can insert a blank line if and only if there is a body. I would also propose minor changes: - all such, including CLOSED On Thu, Feb 5, 2009 at 22:44, Samuel Wales wrote: > With org-