Re: [Orgmode] Re: A mail client that is org-mode compatible

2011-02-23 Thread Eric S Fraga
Dan Davison dandavis...@gmail.com writes:

 Charles Philip Chan cpc...@sympatico.ca writes:

 Eric Schulte schulte.e...@gmail.com writes:

 I'm also using the development version of gnus, but haven't noticed
 the searching features, could you point these out, a key binding or
 command name?

 Put the cursor on the group you want to search in the Group buffer and
 hit:

 ,
 | GG
 `

 Yes, that's what I meant.

 Dan

and, if you want to search the ding mailing list, the key word is
nnir.  works really well.

For the OP, gnus is definitely the way to go as far as I am concerned.
With the development version of gnus, org integration, including
fontification of source code blocks and links, is excellent.

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.4 (release_7.4.523.gd34329)

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: A mail client that is org-mode compatible

2011-02-16 Thread Stephen Eglen
 Hi every one,
 I would like to move to an emacs mail client that may be org-mode and MIME  
 compatible. Have you any idea ? 

I switched to using MH-E (from VM) a couple of years ago.  I did try
GNUS but found it a bit too overwhelming.  Overall, I'm happy with
MH-E -- I like that it comes wiht Emacs, and so the code tends to be
actively maintained, which was not the case for VM.  (However, VM is now
under new developers, so you may find it works better.)  The search
engine mairix works well too with MH-E.

Org knows about MH-E in that for example, org-store-link works when you
are reading a message in MH-E.

The notmuch mailing list in the last few days has had some discussion
about org support, so you might want to read those comments.  I am
tempted to look at notmuch, so would be curious about what other people
think.

Stephen


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: A mail client that is org-mode compatible

2011-02-16 Thread Dan Davison
Mohamed HIBTI mohamed.hi...@gmail.com writes:

 Hi every one,
 I would like to move to an emacs mail client that may be org-mode and MIME  
 compatible. Have you any idea ? 

gnus is an obvious candidate. It can be a bit of a steep learning curve
initially. I use it to interact with two different gmail accounts via
imap, as well as a few nntp groups, like this one. I'm finding the
development version of gnus a pleasure to use for this: it is fast, and
there's a very nice search facility both for imap and for nntp
groups. (E.g. I used to find it hard to reply in an old thread, but not
any longer)

As for org compatibility, isolated begin_src fragments are fontified as
if they were in org-mode which is very nice (so the languages are
fontified correctly if you turn on org-src-fontify-natively). This is
thanks to Seb Vauban, and Julien Danjou. Also attached text files are
fontified in the correct major mode. I don't really know how it works,
but the end result is that often when reading this list in gnus, I see
fragments of org-mode markup, and emacs-lisp and other languages, fully
fontified in my email.

As for MIME, do you know the org-mime-* functions, contributed by Eric
Schulte? They work very nicely; I'm looking forward to finding some
spare time to work out how best to fit them into my day-to-day emailing.

Dan





 Regards,
 Mohamed
 P.S. any configuration stuff is welcome





 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: A mail client that is org-mode compatible

2011-02-16 Thread Manuel Hermenegildo

VM has pretty reasonable integration with org (make sure you use a
recent version, i.e., 8.1.xx or later). --Manuel

-- 


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: A mail client that is org-mode compatible

2011-02-16 Thread Carl Bolduc
 gnus is an obvious candidate. It can be a bit of a steep learning curve
 initially. I use it to interact with two different gmail accounts via
 imap, as well as a few nntp groups, like this one. I'm finding the
 development version of gnus a pleasure to use for this: it is fast, and
 there's a very nice search facility both for imap and for nntp
 groups. (E.g. I used to find it hard to reply in an old thread, but not
 any longer)

Hi Dan,

Could you share some details of your gnus implementation with GMail? I
have been trying to setup this based on various sites and I never
succeded.

I would love to use gnus with gmail and Org-Mode.

Carl

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: A mail client that is org-mode compatible

2011-02-16 Thread Mohamed HIBTI
Manuel Hermenegildo herme at fi.upm.es writes:

 
 
 VM has pretty reasonable integration with org (make sure you use a
 recent version, i.e., 8.1.xx or later). --Manuel
 


I tried VM version 8.1.0. But I didn't succeed to set it correctly.

Mohamed


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: A mail client that is org-mode compatible

2011-02-16 Thread Tassilo Horn
Carl Bolduc carlbol...@gmail.com writes:

Hi Carl,

 Could you share some details of your gnus implementation with GMail? I
 have been trying to setup this based on various sites and I never
 succeded.

With the git version of gnus (or the one included in emacs' bzr trunk),
you only need this.

(add-to-list 'gnus-secondary-select-methods
 '(nnimap Gmail
  (nnimap-address imap.gmail.com)))

Put your credentials in your ~/.authinfo (on preferrable in your GnuPG
encrypted ~/.authinfo.gpg), and everything should work smoothly.

Bye,
Tassilo


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: A mail client that is org-mode compatible

2011-02-16 Thread Mohamed HIBTI


Thanks Dan,
I don't know the functions developed by Eric Schulte.
But if you could share any configuration template it would be helpful.
Regards,
Mohamed





___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: A mail client that is org-mode compatible

2011-02-16 Thread Mohamed HIBTI
Carl Bolduc carlbolduc at gmail.com writes:

 
  gnus is an obvious candidate. It can be a bit of a steep learning curve
  initially. I use it to interact with two different gmail accounts via
  imap, as well as a few nntp groups, like this one. I'm finding the
  development version of gnus a pleasure to use for this: it is fast, and
  there's a very nice search facility both for imap and for nntp
  groups. (E.g. I used to find it hard to reply in an old thread, but not
  any longer)
 
 Hi Dan,
 
 Could you share some details of your gnus implementation with GMail? I
 have been trying to setup this based on various sites and I never
 succeded.
 
 I would love to use gnus with gmail and Org-Mode.
 
 Carl
 
 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode at gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode
 
 

Thank you all for this information.

I will try all these alternatives
By the way I tried VM but I had an error message with POP over SSL.
I have to try to fix that.
  
with Rmail I couldn't read correctly MIME  and the org-store-link produced an 
error with org-remove-angle-brackets(nil)

Mohamed



___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: A mail client that is org-mode compatible

2011-02-16 Thread Eric Schulte
Dan Davison dandavis...@gmail.com writes:

 Mohamed HIBTI mohamed.hi...@gmail.com writes:

 Hi every one,
 I would like to move to an emacs mail client that may be org-mode and MIME  
 compatible. Have you any idea ? 


I would like to second gnus, I've been using it for a couple of years
now and have been *very* happy with it.


 gnus is an obvious candidate. It can be a bit of a steep learning curve
 initially. I use it to interact with two different gmail accounts via
 imap, as well as a few nntp groups, like this one. I'm finding the
 development version of gnus a pleasure to use for this: it is fast, and
 there's a very nice search facility both for imap and for nntp
 groups. (E.g. I used to find it hard to reply in an old thread, but not
 any longer)


I'm also using the development version of gnus, but haven't noticed the
searching features, could you point these out, a key binding or command
name?


 As for MIME, do you know the org-mime-* functions, contributed by Eric
 Schulte? They work very nicely; I'm looking forward to finding some
 spare time to work out how best to fit them into my day-to-day emailing.


Org-mime can be used separate from any particular email client (as long
as Emacs know your email address).  Try loading contrib/org-mime.el and
then calling `org-mime-subtree' from within a subtree of an Org-mode
buffer (you can set email headers with MAIL_TO, MAIL_CC, etc...).  Also,
from within an email composition buffer you can select a region of text
in Org-mode markup and then call org-mime-htmlize, to convert the region
to an HTML mail part.

Cheers -- Eric

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: A mail client that is org-mode compatible

2011-02-16 Thread Charles Philip Chan
Eric Schulte schulte.e...@gmail.com writes:

 I'm also using the development version of gnus, but haven't noticed
 the searching features, could you point these out, a key binding or
 command name?

Put the cursor on the group you want to search in the Group buffer and
hit:

,
| GG
`

Charles

-- 
Microsoft is not the answer.
Microsoft is the question.
NO (or Linux) is the answer.
(Taken from a .signature from someone from the UK, source unknown)


pgp9zlScv4NK1.pgp
Description: PGP signature
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode