* bug with export as html?
@ 2011-04-15 19:12 Richard Riley
2011-04-15 20:26 ` Nick Dokos
0 siblings, 1 reply; 2+ messages in thread
From: Richard Riley @ 2011-04-15 19:12 UTC (permalink / raw)
To: Emacs-orgmode mailing list
,----
| + Create a file for each vhost you wish to redirect email for. From our example
| we create /etc/exim4/virtualhosts/myweb.com. In it we place our email
| mappings. Here is an example:-
| #+begin_example
| info: info@gmail.com
| webmaster: webmaster@gmail.com
| * : :blackhole:
| #+end_example
| Here we can see that info@myweb.com gets sent to info@gmail.com. Easy peasy.
`----
My export finished at the blackhole line. Any org mark up characters
inside literal blocks should be ignored I thought. It seems that
org-export-as-html
falls over in my export at that * in the src block.
Something I can tweak or a legitimate bug?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: bug with export as html?
2011-04-15 19:12 bug with export as html? Richard Riley
@ 2011-04-15 20:26 ` Nick Dokos
0 siblings, 0 replies; 2+ messages in thread
From: Nick Dokos @ 2011-04-15 20:26 UTC (permalink / raw)
To: Richard Riley; +Cc: nicholas.dokos, Emacs-orgmode mailing list
Richard Riley <rileyrg@googlemail.com> wrote:
>
>
> ,----
> | + Create a file for each vhost you wish to redirect email for. From our example
> | we create /etc/exim4/virtualhosts/myweb.com. In it we place our email
> | mappings. Here is an example:-
> | #+begin_example
> | info: info@gmail.com
> | webmaster: webmaster@gmail.com
> | * : :blackhole:
> | #+end_example
> | Here we can see that info@myweb.com gets sent to info@gmail.com. Easy peasy.
> `----
>
> My export finished at the blackhole line. Any org mark up characters
> inside literal blocks should be ignored I thought. It seems that
>
> org-export-as-html
>
> falls over in my export at that * in the src block.
>
> Something I can tweak or a legitimate bug?
>
Perhaps upgrade to latest? I cannot reproduce this either as it stands or with
a headline added. The relevant portion of the html file (with the headline added)
looks like this:
,----
| <div id="outline-container-1" class="outline-2">
| <h2 id="sec-1"><span class="section-number-2">1</span> foo </h2>
| <div class="outline-text-2" id="text-1">
|
| <ul>
| <li>Create a file for each vhost you wish to redirect email for. From our example
| we create /etc/exim4/virtualhosts/myweb.com. In it we place our email
| mappings. Here is an example:-
| </li>
| </ul>
|
|
|
|
| <pre class="example">info: info@gmail.com
| webmaster: webmaster@gmail.com
| * : :blackhole:
| </pre>
|
|
| <p>
| Here we can see that info@myweb.com gets sent to info@gmail.com. Easy peasy.
| </p>
`----
Nick
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-15 20:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-15 19:12 bug with export as html? Richard Riley
2011-04-15 20:26 ` Nick Dokos
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).