jeremy-compostella / org-msg

OrgMsg is a GNU/Emacs global minor mode mixing up Org mode and Message mode to compose and reply to emails in a Outlook HTML friendly style.
GNU General Public License v3.0
276 stars 56 forks source link

Documentation for org-msg-options #175

Open robstewart57 opened 9 months ago

robstewart57 commented 9 months ago

Hi,

There are several examples for org-msg-options, e.g. here

html-postamble:nil H:5 num:nil ^:{} toc:nil author:nil email:nil \n:t

and here:

html-postamble:nil toc:nil author:nil email:nil

and here:

html-postamble:nil H:5 num:nil ^:{} toc:nil

Are all these org-msg-options options documented somewhere? If not, could they be? I appreciate that these options are inherited from org-mode, however org-mode options are more relevant to org-msg than others, e.g. email:nil, html-postamble:nil, author:nil, etc.

Aside - I'm looking for an option that would treat newline \n characters in emails as new lines in generated HTML content. Currently newlines in my emails are ignored in generated HTML email content. Any pointers?

danielfleischer commented 8 months ago

These are regular orgmode export options. You can see them here, including the \n option you're asking about; set it to either t or nil to get what you want.