emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: A few questions about how you write e-mails


From: Bernt Hansen
Subject: [Orgmode] Re: A few questions about how you write e-mails
Date: Wed, 20 Oct 2010 07:36:06 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Samuel Wales <address@hidden> writes:

> On 2010-10-19, Jeff Horn <address@hidden> wrote:
>> .----
>> | like this
>> | or this
>> .__
>
> As it can be an obstacle for people who are new to Emacs to remove the
> rectangle,
> I do
>
> ===
> This
> ===

Gnus provides a function to

--8<---------------cut here---------------start------------->8---
wrap text like
this
--8<---------------cut here---------------end--------------->8---

using C-c M-m (message-mark-inserted-region)

I have that as a global binding now
(global-set-key (kbd "<f9> m") 'message-mark-inserted-region)


I also use boxquote.el
(global-set-key (kbd "<f9> r") 'boxquote-region)
(global-set-key (kbd "<f9> f") 'boxquote-insert-file)

HTH,
Bernt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]