-
Notifications
You must be signed in to change notification settings - Fork 15
Description
It would be nice to be able to customize the symbol that marks a heading, because the default sometimes conflicts with established conventions for programming languages.
For example, in Haskell, line comments begin with --, but the special syntax -- * is reserved for special comment that will be used by the documentation tool to decide the layout of the generated HTML documentation. So when using outorg, the documentation exporter can't be used.
This problem would be averted if one could customize the symbol indicating org-like comments, after the normal comment prefix. For example, choosing -- % or -- - as prefixes in the Haskell case wouldn't conflict with any preexisting convention.
One would indicate the org-like headings with -- %, -- %%..., and the chosen symbol would be converted to the usual *, **... org-mode syntax when using outorg-edit-as-org and back when using outorg-copy-edits-and-exit.