From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: Re: Feature request: preserving plain list line breaks in exporting Date: Tue, 10 Mar 2009 14:49:43 -0400 Message-ID: <49B6B647.20201@gmail.com> References: <49B6A795.9010806@gmail.com> <87eix5i6uh.fsf@kassiopeya.MSHEIMNETZ> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lh71T-0000je-QX for emacs-orgmode@gnu.org; Tue, 10 Mar 2009 14:49:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lh71T-0000jM-7y for emacs-orgmode@gnu.org; Tue, 10 Mar 2009 14:49:51 -0400 Received: from [199.232.76.173] (port=45949 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lh71S-0000jC-Vh for emacs-orgmode@gnu.org; Tue, 10 Mar 2009 14:49:51 -0400 Received: from yx-out-1718.google.com ([74.125.44.152]:39453) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lh71S-0007Al-Jb for emacs-orgmode@gnu.org; Tue, 10 Mar 2009 14:49:50 -0400 Received: by yx-out-1718.google.com with SMTP id 34so1303106yxf.66 for ; Tue, 10 Mar 2009 11:49:50 -0700 (PDT) In-Reply-To: <87eix5i6uh.fsf@kassiopeya.MSHEIMNETZ> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode The double back slashes works well (although that is not as pretty as I want). Thank you! Wanrong Sebastian Rose wrote: > Try: > > * TODO Read books > 1. [ ] Book 1 \\ > Note: blah blah blah > 2. [ ] Book 2 \\ > Note: blah blah blah > > Or even: > > * TODO Read books > 1. [ ] Book 1 :: > Note: blah blah blah > 2. [ ] Book 2 :: > Note: blah blah blah > > plus CSS > > > > Regards, > > Sebastian > > > Wanrong Lin writes: > >> Hi, >> >> Suppose I have a plain list as the following: >> >> * TODO Read books >> 1. [ ] Book 1 >> Note: blah blah blah >> 2. [ ] Book 2 >> Note: blah blah blah >> >> When the above is exported to HTML, the line breaks after the "heading line" of >> each list item are lost, so it becomes "Book1 Note: blah blah blah", which does >> not look very nice to me. I know I can keep the line breaks by inserting a blank >> line, like this: >> >> * TODO Read books >> 1. [ ] Book 1 >> >> Note: blah blah blah >> 2. [ ] Book 2 >> >> Note: blah blah blah >> >> Well, this will fix the export, but the text above looks ugly now, especially >> when the "Note" part is very short. >> >> Can we add some kind of option to control whether the line break after the first >> line of a plain list item should be preserved in exporting? Or maybe we can >> assume the line breaks should be preserved when "org-cycle-include-plain-lists" >> is set to "t", since in that case we are treating the plain list item kind of >> like a heading. >> >> Note setting "org-export-preserve-breaks" does not meet my needs, since that >> will preserve ALL breaks. >> >> Thanks for giving the above a thought. >> >> Wanrong >> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Remember: use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> >> > >