For the complete documentation index, see llms.txt. This page is also available as Markdown.

Org

Learn how Vale handles Org content.

Org support is built in. The supported extension is .org.

By default, Vale ignores:

Comments

Vale supports comment-based configuration in Org files:

  • Turn Vale off entirely:

# vale off

This text will be ignored.

# vale on
  • Turn off a specific rule:

# vale Style.Redundancy = NO

This is some text ACT test

# vale Style.Redundancy = YES
  • Turn off specific match(es) within a rule:

  • Turn on or off specific styles:

  • Set styles (enabling them and switching off any other styles):