[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: |
Uwe Brauer |
Subject: |
Re: [O] how do you compose mails in Gnus with org-mode |
Date: |
Wed, 07 Mar 2018 10:57:46 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
> Uwe Brauer <address@hidden> writes:
> Wow, emacs 27 ... I'm on Archlinux and always thought packages a pretty
> up-to-date.
Right Ubuntu officially only ships 24, which is pretty old.
Well it is directly form git master, so it is a pre release.
The official release is 26.
> Maybe outline has changed somehow between Emacs 25 and Emacs 27?
> But I don't think so, the error you send is pretty typical for
> incomplete configuration.
I think at the weekend, I will debug the problem. It might be that there
some parts of my init file which are in conflict with your package.
> is typical when
> ,----
> | outorg-prepare-message-mode-buffer-for-editing ()
> `----
> has not run, it turns this line into a 1st level org headline thus
> converting any kind of message body into an org file.
> ,----
> | * --text follows this line--
> | Uwe Brauer <address@hidden> writes:
> `----
> without this, the error is justified - an org file without a single
> org headline is no org file at all.
> You could try to write an email with these lines:
> ,----
> | * 1st level
> | ** 2nd level
> | some text
> `----
> put point on some text an call outorg, to see if it works.
ok
> Another option would be to use edebug:
> open outorg.el, put point into 'outorg-edit-as-org', and call M-x
> edebug-defun. Then convert an email again, and go step-by-step with
> SPACE key, and see how far you get.
Right.
BTW, you recommended
(require 'outorg-export)
I installed your package via the package system, so I don't see that
file. Where can I obtain it from?
- Re: [O] Fwd: how do you compose mails in Gnus with org-mode, (continued)
- Re: [O] how do you compose mails in Gnus with org-mode, Thorsten Jolitz, 2018/03/03
- [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 <=
- Re: [O] how do you compose mails in Gnus with org-mode, Thorsten Jolitz, 2018/03/07
- Re: [O] how do you compose mails in Gnus with org-mode, Uwe Brauer, 2018/03/08
- Re: [O] how do you compose mails in Gnus with org-mode, Thorsten Jolitz, 2018/03/08
- Re: [O] how do you compose mails in Gnus with org-mode, Uwe Brauer, 2018/03/09
- Re: [O] how do you compose mails in Gnus with org-mode, Thorsten Jolitz, 2018/03/09
- [O] [SOLVED] (was: how do you compose mails in Gnus with org-mode), Uwe Brauer, 2018/03/09
- Re: [O] [SOLVED], Thorsten Jolitz, 2018/03/09
- [O] [a outline regexp problem] (was: [SOLVED]), Uwe Brauer, 2018/03/10
- Re: [O] how do you compose mails in Gnus with org-mode, Tim Cross, 2018/03/07
- Re: [O] how do you compose mails in Gnus with org-mode, Uwe Brauer, 2018/03/08