Timeline for How to format/fill poorly-formatted bullet items in org-mode?
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 27, 2014 at 16:44 | history | edited | itsjeyd | CC BY-SA 3.0 | Turn on syntax highlighting. |
| Dec 11, 2014 at 14:22 | comment | added | itsjeyd | @Dan This issue can be addressed by defining a function that moves point back to the previous list item, and calling it before marking paragraphs. See the updated code in my answer. | |
| Dec 11, 2014 at 14:20 | history | edited | itsjeyd | CC BY-SA 3.0 | Make command more robust. |
| Dec 11, 2014 at 13:11 | comment | added | Dan | Clever! There's one point that's not quite working yet. If point is in the text that org would, by default, not consider part of the item (e.g., if we're on the "NOT..." line in the example), it does not fill as intended -- that is, it fills as a separate paragraph and slurps up item 5) as well. The issue seems to be in how org-mark-element chooses the element. Will give it some more thought. | |
| Dec 11, 2014 at 13:01 | history | answered | itsjeyd | CC BY-SA 3.0 |