Skip to content

Commit

Permalink
add more org blocks
Browse files Browse the repository at this point in the history
verse: preserve line breaks
center: center text
comment: don't export
export: this replace the old "begin_html" with "begin_export html", supporting
more formats
justifyleft/right: only works for ascii export
  • Loading branch information
xuan-w committed Apr 17, 2024
1 parent 1c4fefa commit 03fc03d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions evil-matchit-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ Sub-match is the match defined between '\\(' and '\\)' in regular expression.")
(("begin_html") () ("end_html") "MONOGAMY")
(("begin_quote") () ("end_quote") "MONOGAMY")
(("begin_export") () ("end_export") "MONOGAMY")
(("begin_verse") () ("end_verse") "MONOGAMY")
(("begin_center") () ("end_center") "MONOGAMY")
(("begin_comment") () ("end_comment") "MONOGAMY")
(("begin_export") () ("end_export") "MONOGAMY")
(("begin_justifyleft") () ("end_justifyleft") "MONOGAMY")
(("begin_justifyright") () ("end_justifyright") "MONOGAMY")
(("results") () ("end") "MONOGAMY"))
"Match tags in org file.")

Expand Down

0 comments on commit 03fc03d

Please sign in to comment.