Re: [Orgmode] BEGIN_EXAMPLE question

2009-08-12 Thread Bill Hager
On Wed, Aug 12, 2009 at 12:43 AM, Nick Dokos nicholas.do...@hp.com wrote:

 Bill Hager wha...@gmail.com wrote:

  I don't seem to understand #+BEGIN_EXAMPLE and it's relation to html
  export.  What I think is that everything between a #+BEGIN_EXAMPLE and
  #+END_EXAMPLE should end up in pre tags when I do a HTML export with
 C-c
  C-e b.  However, the reality is that everything ends up in a p tag for
 me.
 
  My goal is to have sections of my org file end up in pre tags when I
 HTML
  export.  Any ideas on how I can do this?
 
  I'm running the default emacs 22.2.1 on Ubuntu Jaunty.
 

 I can't reproduce this. I used the following simple org file:

 ,
 |
 | * Test
 |
 | Here's an example:
 |
 | #+BEGIN_EXAMPLE
 | This is a test.
 | #+END_EXAMPLE
 `

 did C-c C-e h and got the attached html file. The example is
 pre'd properly I think.


Thanks Nick.  That does help give me something to compare against.  I've
attached my results from the same test you did with C-c C-e h showing p
tags instead of pre tags for the BEGIN_EXAMPLE/END_EXAMPLE section.

Thanks

- Bill
Title: test



test
Table of Contents

1 Test


1 Test



Here's an example:


This is a test.
 Author: Bill Hager
ha...@acornattack

 Date: 2009/08/12 06:42:45 AM




test.org
Description: Binary data
___
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


Re: [Orgmode] BEGIN_EXAMPLE question

2009-08-12 Thread Bill Hager
On Wed, Aug 12, 2009 at 6:48 AM, Bill Hager wha...@gmail.com wrote:

 On Wed, Aug 12, 2009 at 12:43 AM, Nick Dokos nicholas.do...@hp.comwrote:

 Bill Hager wha...@gmail.com wrote:

  I don't seem to understand #+BEGIN_EXAMPLE and it's relation to html
  export.  What I think is that everything between a #+BEGIN_EXAMPLE and
  #+END_EXAMPLE should end up in pre tags when I do a HTML export with
 C-c
  C-e b.  However, the reality is that everything ends up in a p tag for
 me.
 
  My goal is to have sections of my org file end up in pre tags when I
 HTML
  export.  Any ideas on how I can do this?
 
  I'm running the default emacs 22.2.1 on Ubuntu Jaunty.
 

 I can't reproduce this. I used the following simple org file:

 ,
 |
 | * Test
 |
 | Here's an example:
 |
 | #+BEGIN_EXAMPLE
 | This is a test.
 | #+END_EXAMPLE
 `

 did C-c C-e h and got the attached html file. The example is
 pre'd properly I think.


 Thanks Nick.  That does help give me something to compare against.  I've
 attached my results from the same test you did with C-c C-e h showing p
 tags instead of pre tags for the BEGIN_EXAMPLE/END_EXAMPLE section.

 Thanks



I noticed that Nick was using emacs 23.  I downloaded and compiled 23.1 from
the GNU website.  The new version properly uses pre tags for
#+BEGIN_EXAMPLE.

- Bill
___
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


[Orgmode] BEGIN_EXAMPLE question

2009-08-11 Thread Bill Hager
Hello Org List!

I don't seem to understand #+BEGIN_EXAMPLE and it's relation to html
export.  What I think is that everything between a #+BEGIN_EXAMPLE and
#+END_EXAMPLE should end up in pre tags when I do a HTML export with C-c
C-e b.  However, the reality is that everything ends up in a p tag for me.

My goal is to have sections of my org file end up in pre tags when I HTML
export.  Any ideas on how I can do this?

I'm running the default emacs 22.2.1 on Ubuntu Jaunty.

Thanks

- Bill
___
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


Re: [Orgmode] BEGIN_EXAMPLE question

2009-08-11 Thread Nick Dokos
Bill Hager wha...@gmail.com wrote:

 I don't seem to understand #+BEGIN_EXAMPLE and it's relation to html
 export.  What I think is that everything between a #+BEGIN_EXAMPLE and
 #+END_EXAMPLE should end up in pre tags when I do a HTML export with C-c
 C-e b.  However, the reality is that everything ends up in a p tag for me.
 
 My goal is to have sections of my org file end up in pre tags when I HTML
 export.  Any ideas on how I can do this?
 
 I'm running the default emacs 22.2.1 on Ubuntu Jaunty.
 

I can't reproduce this. I used the following simple org file:

,
| 
| * Test
| 
| Here's an example:
| 
| #+BEGIN_EXAMPLE
| This is a test.
| #+END_EXAMPLE
`

did C-c C-e h and got the attached html file. The example is
pre'd properly I think.

HTH,
Nick

?xml version=1.0 encoding=iso-8859-1?
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN
   http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;
html xmlns=http://www.w3.org/1999/xhtml;
lang=en xml:lang=en
head

titlebar/title
meta http-equiv=Content-Type content=text/html;charset=iso-8859-1/
meta name=generator content=Org-mode/
meta name=generated content=2009-08-12 00:36:59 EDT/
meta name=author content=Nick Dokos/
meta name=description content=/
meta name=keywords content=/
style type=text/css
 !--/*--![CDATA[/*!--*/
  html { font-family: Times, serif; font-size: 12pt; }
  .title  { text-align: center; }
  .todo   { color: red; }
  .done   { color: green; }
  .tag{ background-color: #add8e6; font-weight:normal }
  .target { }
  .timestamp { color: #bebebe; }
  .timestamp-kwd { color: #5f9ea0; }
  p.verse { margin-left: 3% }
  pre {
	border: 1pt solid #AEBDCC;
	background-color: #F3F5F7;
	padding: 5pt;
	font-family: courier, monospace;
font-size: 90%;
overflow:auto;
  }
  table { border-collapse: collapse; }
  td, th { vertical-align: top; }
  dt { font-weight: bold; }
  div.figure { padding: 0.5em; }
  div.figure p { text-align: center; }
  .linenr { font-size:smaller }
  .code-highlighted {background-color:#00;}
  .org-info-js_info-navigation { border-style:none; }
  #org-info-js_console-label { font-size:10px; font-weight:bold;
   white-space:nowrap; }
  .org-info-js_search-highlight {background-color:#00; color:#00;
 font-weight:bold; }
  /*]]*/--
/style
script type=text/javascript
!--/*--![CDATA[/*!--*/
 function CodeHighlightOn(elem, id)
 {
   var target = document.getElementById(id);
   if(null != target) {
 elem.cacheClassElem = elem.className;
 elem.cacheClassTarget = target.className;
 target.className = code-highlighted;
 elem.className   = code-highlighted;
   }
 }
 function CodeHighlightOff(elem, id)
 {
   var target = document.getElementById(id);
   if(elem.cacheClassElem)
 elem.className = elem.cacheClassElem;
   if(elem.cacheClassTarget)
 target.className = elem.cacheClassTarget;
 }
/*]]*///--
/script
/head
body
div id=content
h1 class=titlebar/h1


div id=table-of-contents
h2Table of Contents/h2
div id=text-table-of-contents
ul
lia href=#sec-11 Test /a/li
/ul
/div
/div

div id=outline-container-1 class=outline-2
h2 id=sec-1span class=section-number-21/span Test /h2
div class=outline-text-2 id=text-1


p
Here's an example:
/p



pre class=exampleThis is a test.
/pre



/div
/div
div id=postamble
p class=author Author: Nick Dokos
a href=mailto:n...@gamaville.dokosmarshall.orglt;n...@gamaville.dokosmarshall.orggt;/a
/p
p class=date Date: 2009-08-12 00:36:59 EDT/p
p class=creatorHTML generated by org-mode 6.29trans in emacs 23/p
/div
/div
/body
/html
___
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