From mboxrd@z Thu Jan 1 00:00:00 1970 From: AW Subject: Re: org-review-schedule Date: Mon, 28 Apr 2014 09:20:16 +0200 Message-ID: <4848913.XN1uMPlBq6@linux-j9m3.site> References: <87bnvpltu5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WefmX-0005i8-EZ for emacs-orgmode@gnu.org; Mon, 28 Apr 2014 03:15:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WefmS-0005U5-5z for emacs-orgmode@gnu.org; Mon, 28 Apr 2014 03:15:17 -0400 Received: from mailout10.t-online.de ([194.25.134.21]:48772) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WefmR-0005Tw-Vi for emacs-orgmode@gnu.org; Mon, 28 Apr 2014 03:15:12 -0400 In-Reply-To: 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, alan.schmitt@polytechnique.org Am Sonntag, 27. April 2014, 10:09:35 schrieb Alan Schmitt: > On 2014-04-25 10:02, Nicolas Goaziou writes: > > Alan Schmitt writes: > >> I guess I should have asked: who decides what goes in contrib? > > > > The Org maintainer. Another option is to turn it into an ELPA package. > > I need to learn how to do this. In the meantime, I've put the code on > github: https://github.com/brabalan/org-review > > Alan I'm really interessted in a more sophisticated review system than to put "REVIEW" on the list of TODO | DONE items. I guess you are having a good point here and your code will improve orgmode. But after reading your initial post and the README on github I'm not sure how to use your code. Could you complete your Example in the README, please? 1. Probably -- sorry, I'm lacking of lisp understanding -- we need to put the file org-review.el into a place where Emacs can find it. 2. It is probably necessary to add (require 'org-review) before the code in the example into the ".emacs" file, or am I wrong? 3. Usually people have something like #+TODO: TODO INPUT ASK MAYBE | DONE in their org-file or an equivalent in their .emacs file. What will happen to such customisations? In short, could you elaborate for users without much understanding of lisp? Thank you for your time and effort! Alexander