[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] how do you compose mails in Gnus with org-mode
From: |
Thorsten Jolitz |
Subject: |
Re: [O] how do you compose mails in Gnus with org-mode |
Date: |
Sat, 03 Mar 2018 12:57:17 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Joseph Vidal-Rosset <address@hidden> writes:
Hallo
> I know that the subject of my email exists already.
> [[https://lists.gnu.org/archive/html/emacs-orgmode/2009-08/msg00855.html]]
This works perfectly for your subject:
,----[ C-h f outorg-edit-as-org RET ]
| outorg-edit-as-org is an interactive Lisp function in ‘outorg.el’.
|
| It is bound to M-# #, <menu-bar> <Outshine> <Edit As Org>.
|
| (outorg-edit-as-org &optional ARG)
|
| Convert and copy to temporary Org buffer
|
| With ARG, act conditional on the raw value of ARG:
|
| | prefix | raw | action 1 | action 2 |
| |--------+-----+-------------------+--------------------------------|
| | C-u | (4) | edit-whole-buffer | --- |
| | C-1 | 1 | edit-whole-buffer | insert default export-template |
| | C-2 | 2 | edit-whole-buffer | prompt user for template-file |
| | C-3 | 3 | edit-whole-buffer | insert & keep default template |
| | C-4 | 4 | edit-whole-buffer | insert & keep template-file |
| | C-5 | 5 | propagate changes | --- |
|
| [back]
`----
It has already been described several time how to configure
outshine/outorg that it works with message-mode too.
Its actually quite easy. Configure outshine like described in the
README, and add outline-minor-mode to message-mode-hook in your .emacs.
,----
| (add-hook 'emacs-lisp-mode-hook 'outline-minor-mode)
| (add-hook 'message-mode-hook 'outline-minor-mode))
`----
Then with M-# # your email (open in message-mode, gnus) will be opened
in an org-mode buffer for editing in org-mode.
Looks very similar to opening a source-block in org-mode to edit the
sources in the programming language mode.
,----
| [ *unsent followup to Joseph Vidal-Rosset on gmane.emacs.orgmode* ]
| Exit with M-# (Meta-Key and #)
| * --text follows this line--
| Joseph Vidal-Rosset <address@hidden> writes:
|
| Hallo
|
| > I know that the subject of my email exists already.
| > https://lists.gnu.org/archive/html/emacs-orgmode/2009-08/msg00855.html
|
| This works perfectly for your subject: [...]
`----
and tells you how to exit again: M-#
--
cheers,
Thorsten
- [O] Fwd: how do you compose mails in Gnus with org-mode, (continued)
- Message not available
- [O] Fwd: how do you compose mails in Gnus with org-mode, Joseph Vidal-Rosset, 2018/03/01
- Re: [O] Fwd: how do you compose mails in Gnus with org-mode, Eric S Fraga, 2018/03/01
- Re: [O] Fwd: how do you compose mails in Gnus with org-mode, Joseph Vidal-Rosset, 2018/03/01
- Re: [O] Fwd: how do you compose mails in Gnus with org-mode, Eric S Fraga, 2018/03/01
- Re: [O] Fwd: how do you compose mails in Gnus with org-mode, Joseph Vidal-Rosset, 2018/03/01
- Re: [O] Fwd: how do you compose mails in Gnus with org-mode, Brian Shine, 2018/03/01
- Re: [O] Fwd: how do you compose mails in Gnus with org-mode, Joseph Vidal-Rosset, 2018/03/01
- Re: [O] Fwd: how do you compose mails in Gnus with org-mode, Brian Shine, 2018/03/01
- Re: [O] Fwd: how do you compose mails in Gnus with org-mode, Roland Everaert, 2018/03/02
- Re: [O] Fwd: how do you compose mails in Gnus with org-mode, Eric S Fraga, 2018/03/02
Re: [O] how do you compose mails in Gnus with org-mode,
Thorsten Jolitz <=
- [O] [Error] (was: how do you compose mails in Gnus with org-mode), Uwe Brauer, 2018/03/06
- Re: [O] how do you compose mails in Gnus with org-mode, Uwe Brauer, 2018/03/06
- Re: [O] how do you compose mails in Gnus with org-mode, Uwe Brauer, 2018/03/06
- Re: [O] how do you compose mails in Gnus with org-mode, Thorsten Jolitz, 2018/03/06
- Re: [O] how do you compose mails in Gnus with org-mode, Uwe Brauer, 2018/03/07
- Re: [O] how do you compose mails in Gnus with org-mode, Thorsten Jolitz, 2018/03/07