emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] exporting src as html


From: Jason F. McBrayer
Subject: Re: [Orgmode] exporting src as html
Date: Thu, 17 Jul 2008 10:16:34 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Carsten Dominik <address@hidden> writes:

> Hi,
>
> do any of the HTML gurus on this list have an opinion on the
> additional div for specific source examples?
>

Instead of doing something like this:
<div class="src">
  <div class="src-emacs-lisp">
    (psychoanalyze-pinhead)
  </div>
</div>

you should do something like this:

<div class="src src-emacs-lisp">
  (psychoanalyze-pinhead)
</div>

Both the src and src-emacs-lisp classes will get applied to that div.

-- 
+-----------------------------------------------------------+
| Jason F. McBrayer                    address@hidden  |
| If someone conquers a thousand times a thousand others in |
| battle, and someone else conquers himself, the latter one |
| is the greatest of all conquerors.  --- The Dhammapada    |




reply via email to

[Prev in Thread] Current Thread [Next in Thread]