From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Dunsmore Subject: html export bug: extra space in verbatim region Date: Sat, 24 Jan 2009 17:57:10 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQsNK-0003qk-4w for emacs-orgmode@gnu.org; Sat, 24 Jan 2009 18:57:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQsNJ-0003ok-5T for emacs-orgmode@gnu.org; Sat, 24 Jan 2009 18:57:17 -0500 Received: from [199.232.76.173] (port=59100 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQsNI-0003oQ-TV for emacs-orgmode@gnu.org; Sat, 24 Jan 2009 18:57:16 -0500 Received: from fg-out-1718.google.com ([72.14.220.154]:38777) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LQsNI-0000r8-CN for emacs-orgmode@gnu.org; Sat, 24 Jan 2009 18:57:16 -0500 Received: by fg-out-1718.google.com with SMTP id l26so3194172fgb.30 for ; Sat, 24 Jan 2009 15:57:13 -0800 (PST) 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@gnu.org Hello, I may have found a bug in the html export function. When I export an org file that contains a "colon-space" verbatim region of text, extra spaces show up in the html. To reproduce, create an org file with the text: : Some example from a text file. ...visit the file in emacs, type M-x org-export-as-html, and visit the html file in a web browser. Note the extra space in front of "Some". I verified that this happens with org-mode 6.18c. It doesn't happen if the space is removed from the org file, but then highlighting doesn't work. Thanks, Jason