From: Noorul Islam K M <noorul@noorul.com>
To: Jeff Horn <jrhorn424@gmail.com>
Cc: Org-mode ml <emacs-orgmode@gnu.org>
Subject: Re: A few questions about how you write e-mails
Date: Wed, 20 Oct 2010 11:27:56 +0530 [thread overview]
Message-ID: <87vd4xmmmz.fsf@noorul.maa.corp.collab.net> (raw)
In-Reply-To: <AANLkTimoDHgODvUGPpdmfqKtQ0FvEndv9KtEEiKfKWo5@mail.gmail.com> (Jeff Horn's message of "Wed, 20 Oct 2010 01:37:43 -0400")
Jeff Horn <jrhorn424@gmail.com> writes:
> Dear orgsters,
>
> I've had a few nagging questions that I didn't think warranted too
> much discussion, but my curiosity has gotten the better of me this
> evening.
>
> Firstly, I notice some of the regular posters wrap org source in the
> #+ style org wrappers, others use a <--8--cut-here---8--> or some
> similar "horizontal-rule", and yet others use some sort of vertical
> "quoting":
>
> .----
> | like this
> | or this
> .__
>
> My first question is two-fold: 1) how did you come to use this style
> for quoting code in your replies, and 2) mind sharing the macros or
> letting us know what packages you use that help make your e-mails look
> tidy?
>
> Secondly, and somewhat related to the first, are orgsters simply using
> gnus with message-mode hook to utilize org footnotes? I've noticed I
> can style/face the text with a message-mode hook, but I'm wondering
> how everyone deals, in general, with plain text footnotes in e-mail?
> Do you even use footnotes for sharing links?
>
> Lastly, are any orgsters using gnus+gmail? I've tried just reading org
> list mails in gnus, but I find switching back and forth to be jarring
> if I read org list e-mails in a browser throughout the day, since I
> end up re-reading a lot of mails. Also, mind sharing how you've mapped
> the cumbersome "B m [Gmail]/Trash" to a better key? If anyone feels
> inspired, I'd use a package that utilized gmail movement shortcuts in
> gnus (so mark with x, move out of inbox with e, or move to trash (as
> above) with #).
I have something like this in my .gnus
(defun noorul/move-to-gmail-trash ()
(interactive)
(let ((prefix (funcall gnus-move-group-prefix-function
gnus-newsgroup-name)))
(let ((trash (concat prefix "[Gmail]/Trash")))
(gnus-summary-move-article nil trash))))
(gnus-define-keys gnus-summary-mode-map
"\C-c\C-g" noorul/move-to-gmail-trash)
Also lots of gnus imap development is going on now. The latest dev build
fetches imap mail faster. But still B m is quiet slow. I hope new work
will give gnus a better future.
Thanks and Regards
Noorul
next prev parent reply other threads:[~2010-10-20 5:59 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-20 5:37 A few questions about how you write e-mails Jeff Horn
2010-10-20 5:51 ` Glyn Millington
2010-10-20 5:57 ` Noorul Islam K M [this message]
2010-10-20 6:44 ` Samuel Wales
2010-10-20 11:36 ` Bernt Hansen
2010-10-20 17:20 ` Nick Dokos
2010-10-22 8:06 ` Sébastien Vauban
2010-10-22 8:47 ` Tassilo Horn
2010-10-20 20:10 ` Eric Schulte
2010-10-21 1:55 ` Matt Lundin
2010-10-21 2:47 ` suvayu ali
2010-10-21 3:40 ` Nick Dokos
2010-10-21 8:10 ` suvayu ali
2010-10-22 12:27 ` Matthias Danzl
2010-10-22 15:07 ` suvayu ali
2010-10-21 7:45 ` Tassilo Horn
2010-10-21 8:07 ` suvayu ali
2010-10-21 8:17 ` Difference between org-footnote.el and footnote.el (was: A few questions about how you write e-mails) Tassilo Horn
2010-10-21 9:10 ` [Orgmode] Difference between org-footnote.el and footnote.el Andreas Röhler
2010-10-21 9:38 ` Tassilo Horn
2010-10-21 10:17 ` Tassilo Horn
2010-10-21 15:05 ` Nick Dokos
2010-10-21 15:19 ` Charles Philip Chan
2010-10-21 15:28 ` Tassilo Horn
2010-10-21 19:11 ` Eric S Fraga
2010-10-22 8:22 ` Sébastien Vauban
2010-10-22 9:43 ` Tassilo Horn
2010-10-22 9:53 ` [PATCH] Make footnotes work correctly in message-mode (was: Difference between org-footnote.el and footnote.el) Tassilo Horn
2010-10-22 12:11 ` [PATCH] Make footnotes work correctly in message-mode Sébastien Vauban
2010-10-22 12:29 ` Tassilo Horn
2010-10-22 14:24 ` Sébastien Vauban
2010-10-22 13:00 ` Dan Davison
2010-10-22 15:51 ` Sébastien Vauban
2010-10-22 15:43 ` Sébastien Vauban
2010-10-22 16:23 ` Tassilo Horn
2010-10-22 18:44 ` Sébastien Vauban
2010-10-24 16:20 ` [PATCH] Make footnotes work correctly in message-mode (was: Difference between org-footnote.el and footnote.el) Carsten Dominik
2010-10-24 17:02 ` Nick Dokos
2010-10-24 17:14 ` [PATCH] Make footnotes work correctly in message-mode Tassilo Horn
2010-10-21 6:16 ` A few questions about how you write e-mails Noorul Islam K M
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=87vd4xmmmz.fsf@noorul.maa.corp.collab.net \
--to=noorul@noorul.com \
--cc=emacs-orgmode@gnu.org \
--cc=jrhorn424@gmail.com \
/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).