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
275 stars 58 forks source link

add option to disable `--citation follows this line (read-only)--` #82

Closed adl closed 3 years ago

adl commented 3 years ago

Now that org-msg converts >, >>, etc. as different levels of #begin_src quote, would it be possible to provide an option to disable the move of everything after --citation follows this line (read-only)--?

I'm used to have gnus generate a > quoted message for me, insert my replies between the quoted lines, and kill the quoted lines I don't want to keep. Having to scroll down to fish the paragraphs I want to reply to, and then scroll back to copy and quote them myself, is more work than killing everything I don't want by myself.

I tried replacing (unless new ... by (unless t ... in the middle of org-msg-post-setup and it does almost what I'd like (the signature is just inserted before the quoted text instead of after).

adl commented 3 years ago

I'll work on a patch for this.

jeremy-compostella commented 3 years ago

Alright and I'm looking forward to review it. I have a similar unsatisfied because non urgent use-case.

On Fri, Jan 15, 2021, 9:24 AM Alexandre Duret-Lutz notifications@github.com wrote:

I'll work on a patch for this.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jeremy-compostella/org-msg/issues/82#issuecomment-761040961, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMACBE5EC6AVZL6XZQABBTS2BT5BANCNFSM4WEG6L7Q .

emin63 commented 3 years ago

Thanks for working on org-msg. I would also like this feature as well.

Until it is ready, is there a way to remove the --citation follows this line (read-only)-- and everything below it? It seems like this gets included in emails I send and sometimes I don't want the entire thread included.

Thanks.

jeremy-compostella commented 3 years ago

@adl and @emin63 , the experimental branch introduces a org-msg-posting-style customization variable which can be used to enabled inline posting if you want to give it a shot.

guibor commented 3 years ago

I use the approach in #36 (with the default org-msg-posting-style) and it works well for me.