From: Rasmus <rasmus@gmx.us>
To: emacs-orgmode@gnu.org
Subject: Re: Compose emails in ogr, but send them via thunderbird?
Date: Tue, 03 Apr 2012 10:29:39 +0100 [thread overview]
Message-ID: <87ehs52mf0.fsf@pank.eu> (raw)
In-Reply-To: 4F7AB055.3080601@gmail.com
Rainer,
> So my question is: is it possible to write emails in org and then sent
> them (a subtree) to
> thunderbird for sending / adding addresses / signing with pgp?
I don't know about the subtree. But there is an extension¹ for this
purpose. It comes with its own mode, but I am sure you could have it
load Org, or alternatively just the org-like minor modes
#+begin_src emacs-lisp
(add-hook 'message-mode-hook 'turn-on-orgtbl)
(add-hook 'message-mode-hook 'turn-on-orgstruct)
#+end_src
(replace the mode with something appropriate).
The problem with this setup is that it relies on tmp files, so you would
not have a grand org file of All-Thing-Sent.
> I know - I could do all this in emacs, but absolutely no time at the
> moment.
It is not that hardᵗᵐ. but could be time consuming. So, yeah, probably
stick to TB for now. But, if time permits is it really quite nice (I
use the Gnus).
–Rasmus
Footnotes:
¹ http://globs.org/articles.php?pg=2&lng=en
--
And let me remind you also that moderation in the pursuit of justice
is no virtue
next prev parent reply other threads:[~2012-04-03 9:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-03 8:09 Compose emails in ogr, but send them via thunderbird? Rainer M Krug
2012-04-03 9:29 ` Rasmus [this message]
2012-04-03 9:36 ` Rasmus
2012-04-03 13:34 ` Rainer M Krug
2012-04-04 2:05 ` Torsten Wagner
2012-04-05 9:33 ` Rainer M Krug
2012-04-05 14:42 ` Martin Pohlack
2012-04-03 13:31 ` Rainer M Krug
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ehs52mf0.fsf@pank.eu \
--to=rasmus@gmx.us \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).