From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasuhito Takamiya Subject: [ANN] orgbox: Mailbox-like task scheduling in org-agenda. Date: Fri, 21 Mar 2014 12:16:15 +0900 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQpwn-0002UP-VZ for Emacs-orgmode@gnu.org; Thu, 20 Mar 2014 23:16:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQpwk-0005KW-8S for Emacs-orgmode@gnu.org; Thu, 20 Mar 2014 23:16:41 -0400 Received: from mail-qg0-x22e.google.com ([2607:f8b0:400d:c04::22e]:52336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQpwk-0005KQ-4C for Emacs-orgmode@gnu.org; Thu, 20 Mar 2014 23:16:38 -0400 Received: by mail-qg0-f46.google.com with SMTP id e89so5422090qgf.5 for ; Thu, 20 Mar 2014 20:16:37 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs-orgmode@gnu.org Hello all, For your information, to anyone interested in GTD and org-mode, I am developing a tiny tool for org-mode to schedule your agenda tasks easily like Mailbox iPhone app (http://www.mailboxapp.com/). https://github.com/yasuhito/orgbox (This is already available on MELPA.) Usage: - Open org-agenda view. - Move your cursor to a task you want to schedule and type C-c C-s (or M-x orgbox). - Select one of the scheduling method from the menu shown on the minibuffer. - [l] Later Today - [e] This Evening - [t] Tomorrow - [w] This Weekend - [n] Next Week - [i] In a Month - [s] Someday - [p] Pick Date If anyone is interested in being involved in taking this forward, that'd be great. Yasuhito