From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: bug with export as html? Date: Fri, 15 Apr 2011 16:26:37 -0400 Message-ID: <17889.1302899197@alphaville.americas.hpqcorp.net> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QApbI-0008Sh-GT for emacs-orgmode@gnu.org; Fri, 15 Apr 2011 16:26:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QApbD-0006Du-On for emacs-orgmode@gnu.org; Fri, 15 Apr 2011 16:26:44 -0400 Received: from g6t0184.atlanta.hp.com ([15.193.32.61]:34179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QApbD-0006D7-LC for emacs-orgmode@gnu.org; Fri, 15 Apr 2011 16:26:39 -0400 In-Reply-To: Message from Richard Riley of "Fri, 15 Apr 2011 21:12:46 +0200." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Richard Riley Cc: nicholas.dokos@hp.com, Emacs-orgmode mailing list Richard Riley 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: ,---- |
|

1 foo

|
| |
    |
  • 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:- |
  • |
| | | | |
info: info@gmail.com
| webmaster: webmaster@gmail.com
| * : :blackhole:
| 
| | |

| Here we can see that info@myweb.com gets sent to info@gmail.com. Easy peasy. |

`---- Nick