From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Re: Re: [Babel] Need for an extra literal block construct Date: Fri, 19 Nov 2010 10:38:45 -1000 Message-ID: <5EA8D257-9B3A-428D-8842-476EC832FCE3@tsdye.com> References: <87zkvhoh18.fsf@mundaneum.com> <87fwx5c98w.fsf@gmail.com> <87sk14p6y6.fsf@mundaneum.com> <87mxrbdyhs.fsf@gmail.com> <87tylfsd7h.fsf@mundaneum.com> <4C9D1196.8030309@gmail.com> <87r5gfppob.fsf@mundaneum.com> <8039qxmojd.fsf_-_@mundaneum.com> <4CE694F1.2050409@christianmoe.com> <8039qx3wff.fsf@missioncriticalit.com> <80tyjd2h6q.fsf@missioncriticalit.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=37881 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJXjQ-0005qm-DT for emacs-orgmode@gnu.org; Fri, 19 Nov 2010 15:38:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJXjO-0005XS-Vi for emacs-orgmode@gnu.org; Fri, 19 Nov 2010 15:38:52 -0500 Received: from oproxy1-pub.bluehost.com ([66.147.249.253]:36238) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PJXjO-0005X9-Pi for emacs-orgmode@gnu.org; Fri, 19 Nov 2010 15:38:50 -0500 In-Reply-To: <80tyjd2h6q.fsf@missioncriticalit.com> 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: =?ISO-8859-1?Q?S=E9bastien_Vauban?= Cc: emacs-orgmode@gnu.org Aloha S=E9bastien, Just a side comment on the LaTeX output of your example: it is usually =20= not a good idea to put markup like \vspace in the .tex file. Commands =20= like \vspace work there, but they defeat the document design of the =20 style or class file. In the ideal case, commands like \vspace are =20 confined to style and class files and do not appear in tex files. Perhaps the \vspace could be eliminated on the way to squashing your =20 bug? All the best, Tom On Nov 19, 2010, at 10:26 AM, S=E9bastien Vauban wrote: > Hi all, > > S=E9bastien Vauban wrote: >> Christian Moe wrote: >>>> Along this (still open -- at least, I hope so) discussion, I have =20= >>>> a request >>>> for a new literal block. >>>> >>>> Currently, when looking at = http://orgmode.org/manual/Literal-examples.html=20 >>>> , we >>>> see we only have two "environments" that keep line breaks as they =20= >>>> are in the >>>> Org buffer, that is SRC and EXAMPLE, both mapped in HTML to PRE. >>> >>> There's VERSE, too. >> >> #+TITLE: Is VERSE a real PRE environment? >> >> #+begin_verse >>>> Does it work? >>> >>> Yes, if you: >>> - update =3Dthis-var=3D >>> - restart >> >> OK. Confirmed, but you need to: >> 1. delete the =3Dcache=3D. >> 2. redo it. >> >> Thanks to: >> - you >> - me >> #+end_verse >> >> is translated into >> >> #+begin_example >>

>> >> Does it work?
>> >
>> > Yes, if you:
>> >> > - update this-var
>> > - restart
>>
>> OK. Confirmed, but you need to:
>>

    >>
  1. >> delete the cache.
    >>
  2. >> >>
  3. >> redo it.
    >>
    >> Thanks to:
    >>
  4. >>
  5. >> you
    >>
  6. >>
  7. >> me
    >>

    >> #+end_example >> >> ** Right thing or wrong thing? >> >> The verse "mail" is badly translated into HTML: lists are not copied >> "verbatim" in the PRE > > *Same for PDF*: the lists in the VERSE environment are interpreted: > > --8<---------------cut here---------------start------------->8--- > \begin{verse} >>> Does it work?\\ >> \\ >> Yes, if you:\\ >> - update \url{this-var}\\ >> - restart\\ > \vspace*{1em} > OK. Confirmed, but you need to:\\ > \begin{enumerate} > \item delete the \url{cache}.\\ > \item redo it.\\ > \end{enumerate} > > \vspace*{1em} > Thanks to:\\ > \begin{itemize} > \item you\\ > \item me\\ > \end{itemize} > > \end{verse} > --8<---------------cut here---------------end--------------->8--- > > So are the CODE inlined words (delimited by =3Dequal=3D signs). > > - Bug, or > - on purpose? > > Best regards, > Seb > > --=20 > S=E9bastien Vauban > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode