[EMAIL PROTECTED] (Jason F. McBrayer) writes:

> Carsten Dominik <[EMAIL PROTECTED]> 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.

Yes, but end result the same. I think it's a nice addition to be able to
customise different src types ones self.



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to