From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: exporting src as html Date: Sat, 12 Jul 2008 20:07:53 +0200 Message-ID: <6atzev3rie.fsf@richardriley.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KHjVn-0005i0-WD for emacs-orgmode@gnu.org; Sat, 12 Jul 2008 14:08:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KHjVm-0005ho-HM for emacs-orgmode@gnu.org; Sat, 12 Jul 2008 14:07:59 -0400 Received: from [199.232.76.173] (port=55420 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KHjVm-0005hl-DP for emacs-orgmode@gnu.org; Sat, 12 Jul 2008 14:07:58 -0400 Received: from gv-out-0910.google.com ([216.239.58.190]:5183) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KHjVm-0001Mz-1j for emacs-orgmode@gnu.org; Sat, 12 Jul 2008 14:07:58 -0400 Received: by gv-out-0910.google.com with SMTP id i36so986405gve.17 for ; Sat, 12 Jul 2008 11:07:56 -0700 (PDT) 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: org-mode is it possible to tell the exporter to wrap src code? e.g in this ,---- | #+HTML:
| #+INCLUDE: "~/.emacs.d/init.el" src emacs-lisp | [[../][Back]] | #+HTML:
`---- some lines in the htmlized source code extends out beyond the containing div.