[Orgmode] Re: [ANN] Changes to lists

2011-02-10 Thread Achim Gratz
Nicolas Goaziou n.goaz...@gmail.com writes: Thank you for the suggestion, Thank you for consideration and implementation. Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ Samples for the Waldorf Blofeld: http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra

[Orgmode] Re: [ANN] Changes to lists

2011-02-09 Thread Achim Gratz
Nicolas Goaziou n.goaz...@gmail.com writes: I've pushed a change in that direction. Unchecked boxes do not rely anymore on visibility:hidden style property. Looks OK, but the space should probably be replaced by nbsp; to avoid possible tearing of the checkbox. The regex for matching does not

[Orgmode] Re: [ANN] Changes to lists

2011-02-09 Thread Achim Gratz
Achim Gratz strom...@nexgo.de writes: I've found some time today to install the new-struct branch at my work machine. Things look good so far and the checkboxes have started to work again. :-) I've since been working with the code (and doing the occasional pull) without noticing any ill

Re: [Orgmode] Re: [ANN] Changes to lists

2011-02-09 Thread Nicolas Goaziou
Hello, Achim Gratz writes: Nicolas Goaziou n.goaz...@gmail.com writes: I've pushed a change in that direction. Unchecked boxes do not rely anymore on visibility:hidden style property. Looks OK, but the space should probably be replaced by nbsp; to avoid possible tearing of the checkbox.

[Orgmode] Re: [ANN] Changes to lists

2011-02-09 Thread Achim Gratz
Nicolas Goaziou n.goaz...@gmail.com writes: Checkboxes are not boldened anymore since that patch. They are enclosed in code tags. You may be, somehow, looking at old code. Indeed I was on a branch that hadn't been fully merged with your latest changes, sorry for the confusion. But I sustain

Re: [Orgmode] Re: [ANN] Changes to lists

2011-02-09 Thread Nicolas Goaziou
Achim Gratz writes: But I sustain the suggestion for nbsp; instead of a space character. :-) Done. You may need to use -f flag. Thank you for the suggestion, -- Nicolas ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

[Orgmode] Re: [ANN] Changes to lists

2011-02-08 Thread Karl Maihofer
Nicolas, Nicolas Goaziou n.goaziou at gmail.com writes: 2. Lists in inline tasks are not exported properly (item 2a in the example below). This should be fixed now. Thanks. This does not work for me. Lists in inline tasks are still exported as follows: * item 1 * item 2 What do I

Re: [Orgmode] Re: [ANN] Changes to lists

2011-02-08 Thread Nicolas Goaziou
Hello, Karl Maihofer writes: This does not work for me. Lists in inline tasks are still exported as follows: * item 1 * item 2 What do I miss? Well, nothing. I just pushed a small patch to remove unneeded newline characters. It does help a bit in you situation. Though, the

Re: [Orgmode] Re: [ANN] Changes to lists

2011-02-07 Thread Nicolas Goaziou
Hello, David Maus writes: The non-breaking space in an unchecked item would not (necessarily) be as wide as the X in a checked item. But a checkbox list that does not align is in my eyes far better than unchecked items that appear as checked when viewed w/o CSS. I've pushed a change in

Re: [Orgmode] Re: [ANN] Changes to lists

2011-02-02 Thread Nicolas Goaziou
Hello, Achim Gratz writes: Also, fill-paragraph doesn't know about inline text unless you are using blank lines atop. That's probably to be expected, but in case there's something one can do about it I'd like to know - I'd like to have no blank lines if possible. I think folding and

Re: [Orgmode] Re: [ANN] Changes to lists

2011-02-02 Thread Nicolas Goaziou
Karl Maihofer writes: It seems as if the list in the inline task confuses the cycle functionality. Folding has been fixed, but you will need to use git pull -f. Regards, -- Nicolas ___ Emacs-orgmode mailing list Please use `Reply All' to send

Re: [Orgmode] Re: [ANN] Changes to lists

2011-02-02 Thread Nicolas Goaziou
Hello, Karl Maihofer writes: I do have another issue when I export inline tasks: 1. If the inline task doesn't have a headline, there is an empty space before the content of the inline task. I think in earlier versions it wasn't there. See item 2 in the example below. I sometimes use

[Orgmode] Re: [ANN] Changes to lists

2011-02-02 Thread Achim Gratz
Nicolas Goaziou n.goaz...@gmail.com writes: I think folding and filling should behave better now. You will need to force a branch update, as I rebased the repo against master. Works wonderfully well with the limited testcase I have here at home. I expect it will do just as well with my stuff

Re: [Orgmode] Re: [ANN] Changes to lists

2011-01-30 Thread David Maus
At Thu, 27 Jan 2011 21:39:03 +0100, Nicolas Goaziou wrote: The unfinished checkboxes and progress cookies are not boldened as they are in Orgmode itself and putting a hidden X inside the not begun checkboxes is somewhat tenous as the hidden attribute might not be honored (as happens for

Re: [Orgmode] Re: [ANN] Changes to lists

2011-01-29 Thread Nicolas Goaziou
Hello, Achim Gratz writes: 1) If you open a new list after another list, M-RET will not produce a new list item, but yet another new list: --8---cut here---start-8--- - list 1 - entry - more entries - list 2 -- M-RET - -- is produced by M-RET

[Orgmode] Re: [ANN] Changes to lists

2011-01-29 Thread Achim Gratz
Nicolas Goaziou n.goaz...@gmail.com writes: You did not open a new list. By default, 2 blank lines are required to end a list. In fact, you just added a new item to the previous list, separated from others by a blank line. M-RET tries to be smart and separate items with a blank line from that

Re: [Orgmode] Re: [ANN] Changes to lists

2011-01-28 Thread Nicolas Goaziou
Hello, Achim Gratz writes: There's another regression with regards to checkboxes vs. the old 7.01h that I've noticed. If sublists are put into drawers, then checkboxes depending on that sublist are not updated with your new version and progress boxes on that sublist will always be at [0%]

Re: [Orgmode] Re: [ANN] Changes to lists

2011-01-28 Thread Karl Maihofer
Nicolas, thanks, demoting works now as expected. I do have another issue when I export inline tasks: 1. If the inline task doesn't have a headline, there is an empty space before the content of the inline task. I think in earlier versions it wasn't there. See item 2 in the example below. I

Re: [Orgmode] Re: [ANN] Changes to lists

2011-01-28 Thread Karl Maihofer
Nicolas, I found another bug. When I put the cursor on item 2 in my example and cycle through with TAB, I get the following: TAB once: - item 2... another TAB: - item 2 *** Inline Task without a headline *** END - item 2a... (= item 2b is missing!!)

[Orgmode] Re: [ANN] Changes to lists

2011-01-28 Thread Achim Gratz
Nicolas Goaziou n.goaz...@gmail.com writes: Lists in drawers (or blocks, or inline tasks) are, now, completely unrelated to outer parts of the buffer. Even though you make it look like the list in the drawer is in continuity of the other one, it is not the case. As a corollary, boxes in such a

Re: [Orgmode] Re: [ANN] Changes to lists

2011-01-27 Thread Nicolas Goaziou
Hello, Karl Maihofer writes: Pressing M-right with the cursor on Item 2 in the example below inserts a space before the inline task, so that it's no longer recognized as a task. - Item 1 - Item 2 - Item 2.1 *** Inline Task Text *** END - Item 2.2 -

[Orgmode] Re: [ANN] Changes to lists

2011-01-27 Thread Achim Gratz
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: [...] I've found some time today to install the new-struct branch at my work machine. Things look good so far and the checkboxes have started to work again. :-) I've briefly switched on alphabetical lists and that has worked quite well on

[Orgmode] Re: [ANN] Changes to lists

2011-01-26 Thread Karl Maihofer
Nicolas, Nicolas Goaziou n.goaziou at gmail.com writes: I would like to announce, and submit to discussion, some list code upgrades. So, let me introduce the changes done in development branch: Great! Thanks a lot. I just tested the inline task part and have an issue with demoting of list

[Orgmode] Re: [ANN] Changes to lists

2011-01-24 Thread Achim Gratz
Nicolas Goaziou n.goaz...@gmail.com writes: While Bernt Hansen helped me a lot already, some more testing would be appreciated. The repository is at: git://github.com/ngz/org-mode-lists.git new-struct It supersedes recursive-lists branch, submitted to the ML a few weeks

Re: [Orgmode] Re: [ANN] Changes to lists

2011-01-24 Thread Nicolas Goaziou
Hello, Achim Gratz writes: Can I access through http://, as I'll be behind a firewall for testing? I guess you can clone instead: http://github.com/ngz/org-mode-lists.git new-struct Also, the repository is a clone of the orgmode.git, so your branch should work as a remote to

[Orgmode] Re: [ANN] Changes to lists

2011-01-24 Thread Bernt Hansen
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Carsten Dominik writes: In original patch, bullet type was passed to HTML and DocBook exporters. I removed that part of the code for various reasons. I am not sure if I understand this. What was passed through in the original patch, and

[Orgmode] Re: [ANN] Changes to lists

2011-01-24 Thread Achim Gratz
Nicolas Goaziou n.goaz...@gmail.com writes: http://github.com/ngz/org-mode-lists.git Thanks, that works nicely - should be working fine from work I guess. Just been trying to do a make, there are a few undeclared items you may want to check upon: In org-in-item-p: org-list.el:443:41:Warning:

[Orgmode] Re: [ANN] Changes to lists

2011-01-24 Thread Nicolas Goaziou
Bernt Hansen writes: I tried reproducing it too and failed...until I added 2 blank lines BEFORE the list. Ok. Spotted and fixed. Thanks to Carsten and you. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

Re: [Orgmode] Re: [ANN] Changes to lists

2011-01-24 Thread Nicolas Goaziou
Hello, Achim Gratz writes: Just been trying to do a make, there are a few undeclared items you may want to check upon: Compiling should be clean now. Thank you. Regards, -- Nicolas ___ Emacs-orgmode mailing list Please use `Reply All' to send

[Orgmode] Re: [ANN] Changes to lists

2011-01-23 Thread Nicolas Goaziou
2) There is now support for finite alphabetical lists, thanks to Nathaniel Naff. Oops, I meant Nathaniel Flath. -- Nicolas ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org