emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Dirk-Jan C. Binnema <djcb.bulk@gmail.com>
To: emacs-orgmode@gnu.org
Cc: Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
Subject: Re: mail integration, advice?
Date: Sat, 28 Apr 2012 20:44:39 +0300	[thread overview]
Message-ID: <87397n92ew.fsf@djcbsoftware.nl> (raw)
In-Reply-To: <t5xpqat74w3.fsf@rgc.damtp.cam.ac.uk>


Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> writes:

> A relatively new emacs mailer, mu4e, is worth mentioning:
>
> http://www.djcbsoftware.nl/code/mu/mu4e.html
>
> I really like it so far + it has support for org mode links.

Thanks :)

If you're interested, in the guile/examples directory, there's a guile
script 'org2mu4e' that turns an arbitrary query into an org-mode file.

I.e., I am using this (from cron)

  org2mu4e --tag=mu4e "maildir:/todo" > /home/djcb/Documents/org/mu4e.org

where '/todo' is my folder of mails I need to do something with (think
'NextAction' in GTD terms).
  
I use it to make a block agenda (i.e., `org-agenda-custom-commands');
this gives me a list of my agenda for today, my todo list, e-mail that
require some action, and a list of co

----------------------------------------------------------------------------
    ("x" "Overview for today"
       ( (agenda ""
	  ((org-agenda-ndays 1)))
	 (todo "TODO"
	   ((org-agenda-overriding-header "Tasks")
	     (org-agenda-todo-ignore-timestamp 1)
	     (org-agenda-todo-ignore-scheduled t)))
	 (tags "+mu4e"
	   ((org-agenda-overriding-header "E-mail")
             ;; ---> this is the mu/guile generated org-file                             
	     (org-agenda-files '("/home/djcb/Documents/org/mu4e.org"))
	     (org-agenda-filter-preset nil)))))
---------------------------------------------------------------------------       

which gives me something like the below, a nice overview of the things
to work on. The e-mail entries links to the actual messages in mu4e.

----------------------------------------------------------------------------
Day-agenda (W17):
Saturday   28 April 2012
  misc:       Sched.13x:  APPT Get haircut
  weekly:     Sched. 1x:  TODO Weekly Review [Link]
  birthday:   Kurt Gödel (106 years ago)

===========================================================================
Tasks
  task:       TODO [#A] Fix bicycle                                      
  task:       TODO [#B] get rid of old monitor                           
  task:       TODO [#C] visit dentist                                    

===========================================================================
E-mail
  mu4e:       "Can you endorse me?"                                :mu4e::
  mu4e:       "Re: hi Dirk!"                                       :mu4e::
  mu4e:       "Hi!"                                                :mu4e::

----------------------------------------------------------------------------

Best wishes,
Dirk.

-- 
Dirk-Jan C. Binnema                  Helsinki, Finland
e:djcb@djcbsoftware.nl           w:www.djcbsoftware.nl
pgp: D09C E664 897D 7D39 5047 A178 E96A C7A1 017D DA3C

  parent reply	other threads:[~2012-04-28 17:44 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-26 13:47 mail integration, advice? Matt Price
2012-04-26 14:33 ` Carson Chittom
2012-04-26 15:38   ` Tassilo Horn
2012-04-26 16:06     ` Carson Chittom
2012-04-26 16:28 ` Rasmus
2012-04-26 17:23   ` Tassilo Horn
2012-04-28  8:25   ` Eric Fraga
2012-04-28 12:28     ` Rasmus
2012-04-28 14:59       ` Eric Fraga
2012-04-28 23:49       ` Myles English
2012-04-29  1:00   ` Neil Smithline
2012-04-26 20:03 ` Florian Friesdorf
2012-04-26 21:26 ` Myles English
2012-04-27 13:34   ` Eric Schulte
2012-04-27 20:08     ` Myles English
2012-04-27 18:16       ` Eric Schulte
2012-04-28  8:29     ` Eric Fraga
2012-04-28 15:51       ` RC
2012-04-28 16:54         ` Richard Riley
2012-04-28 11:46     ` Rasmus
2012-04-28 22:45       ` [OT] " Eric Schulte
2012-04-26 22:22 ` Charles Philip Chan
2012-04-27  4:29 ` Eric Abrahamsen
2012-04-27 12:09 ` Stephen Eglen
2012-04-28  8:35   ` Eric Fraga
2012-04-28 17:44   ` Dirk-Jan C. Binnema [this message]
2012-04-29  0:45   ` Neil Smithline
2012-04-29  9:00     ` Stephen Eglen
2012-04-29  9:41       ` Bastien
2012-04-29 18:41     ` Mikkel Kristiansen
2012-04-30 10:28     ` Richard Riley

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=87397n92ew.fsf@djcbsoftware.nl \
    --to=djcb.bulk@gmail.com \
    --cc=S.J.Eglen@damtp.cam.ac.uk \
    --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).