emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: Nick Dokos <ndokos@gmail.com>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: gnus org and tags
Date: Fri, 14 Oct 2016 08:57:08 +0100	[thread overview]
Message-ID: <87shrz8isr.fsf@ucl.ac.uk> (raw)
In-Reply-To: 4b55752816294d39b6537391ad54a2b1@HE1PR01MB1898.eurprd01.prod.exchangelabs.com

On Thursday, 13 Oct 2016 at 16:02, Nick Dokos wrote:

[...]

> I have a single notes.org file (not an agenda file), where I do exactly what
> Eric described and I have defined keys to get to it fast: no more "where did I

As do I.  I guess this is a key part of this use case: it must be easy
to find those notes.  My (abridged) capture template looks like this:

#+begin_src emacs-lisp
  (setq org-capture-templates
        '(
          ("m" "Mail options")
          ("mt" "mailtodo"
           entry (file+datetree "~/s/notes/tasks.org")
           "* TODO %^{Task} : %:subject %^G\nSCHEDULED: %t\n- From :: %:from\n- Subject :: %:subject\n- Email :: %a\n\n%?" :kill-buffer t)
          ("mn" "mailnote"
           entry (file+headline "~/s/notes/notes.org" "general notes and tasks")
           "* %^{Title} : %:subject %^G\n- From :: %:from\n- Subject :: %:subject\n- Email :: %a\n\n%?\n\n%U")
          ))
#+end_src

Tag search etc. in org makes finding the notes relatively painless.  

As a bonus, the "mt" template is to allow me to get to INBOX 0 by making
sure I don't leave emails lying around unread or ticked.  If they need
further processing, an appropriate TODO task is created which links back
to the email.  This task is scheduled for immediate action by default
but obviously easily changed during the capture, very often by
unscheduling but adding a deadline, for instance.

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.2.50.1, Org release_8.3.6-1184-g29830f

  parent reply	other threads:[~2016-10-14 11:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <d0bee8fd76144d01aca1878f3bb5fbb4@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-10-13  8:14 ` gnus org and tags Eric S Fraga
2016-10-13 11:10   ` Uwe Brauer
2016-10-13 16:02     ` Nick Dokos
     [not found]     ` <4b55752816294d39b6537391ad54a2b1@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-10-14  7:57       ` Eric S Fraga [this message]
2016-10-15 13:14         ` Uwe Brauer
     [not found]         ` <2c9fee5d1491480280cb0c85ebda9352@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-10-15 14:15           ` Eric S Fraga
2016-10-12  8:42 Uwe Brauer
2016-10-12 19:10 ` Eric Abrahamsen
2016-10-13 11:11   ` Uwe Brauer

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=87shrz8isr.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    --cc=ndokos@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).