UP | HOME

Support via Liberapay

CSS Source Code Blocks in Org Mode

Org Mode support for Cascading Style Sheets

Introduction

CSS is a mechanism for adding style to Web documents.

CSS can't be executed. Org mode supports tangling of CSS source code blocks.

Requirements and Setup

Emacs includes a css-mode.

There is no need to activate CSS with org-babel-do-load-languages.

Org Mode Features for CSS Source Code Blocks

Header Arguments

There are no language-specific default values or header arguments for CSS.

Sessions

CSS doesn't support sessions.

Result Types

CSS source code blocks don't return results. They exist solely for tangling.

Documentation from the orgmode.org/worg/ website (either in its HTML format or in its Org format) is licensed under the GNU Free Documentation License version 1.3 or later. The code examples and css stylesheets are licensed under the GNU General Public License v3 or later.