From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [FR] in org-log-done "CLOSED:" configurable Date: Fri, 27 Feb 2009 17:08:52 +0100 Message-ID: <91F91FE9-DDFF-4482-BC6F-7CF1D4A7A376@uva.nl> References: <79794.1350.qm@web28310.mail.ukl.yahoo.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ld5Gh-0007Cc-DZ for emacs-orgmode@gnu.org; Fri, 27 Feb 2009 11:08:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ld5Gg-0007CQ-Vf for emacs-orgmode@gnu.org; Fri, 27 Feb 2009 11:08:55 -0500 Received: from [199.232.76.173] (port=42814 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ld5Gg-0007CN-Pb for emacs-orgmode@gnu.org; Fri, 27 Feb 2009 11:08:54 -0500 Received: from yx-out-1718.google.com ([74.125.44.156]:37155) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ld5Gg-0004Zg-Fk for emacs-orgmode@gnu.org; Fri, 27 Feb 2009 11:08:54 -0500 Received: by yx-out-1718.google.com with SMTP id 34so827971yxf.66 for ; Fri, 27 Feb 2009 08:08:54 -0800 (PST) In-Reply-To: <79794.1350.qm@web28310.mail.ukl.yahoo.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: giovanni.ridolfi@yahoo.it Cc: Org-Mode-Mailinglist Hi Giovanni, you want nologdone. All you need to do is to add #+STARTUP: lognoterepeat nologdone to the file, if this should be so for all entries in the file. If this is only for individual entries, use :PROPERTIES: :LOGGING: nologdone lognoterepeat :END: in the entries for which this is relevant. HTH - Carsten On Feb 27, 2009, at 3:32 PM, Giovanni Ridolfi wrote: > Dear Carsten, > I have a feature request: > in the variable org-log-done > could you please make > also the word CLOSED: configurable ? > > The rationale: > I have a file with the (scientific) journals I want to read. > When I've read the journals I want to have a note where I > record the number of the issue read (lognoterepeat is perfect). > --------------------- > -*- mode: org; -*- > > #+STARTUP: lognoterepeat > #+SEQ_TODO: READ | DONE > > * Wiley > ** READ [[http://www3.interscience.wiley.com/cgi-bin/jtoc/5860/] > [Progress in Photovoltaics: Research and Applications Progr. > Photov.]] > DEADLINE: <2009-01-14 mer +1m> CLOSED: [2009-02-27 ven 14:08] > - State "DONE" from "READ" [2009-02-27 ven 13:46] \\ > Volume 17 Issue 1 (January 2009) > - State "DONE" [2008-10-16 gio 15:02] \\ > Volume 16 Issue 6 , Pages 461 - 553 (September 2008) > ----------- > However since they are repeated tasks, IMHO, is not necessary > tag them as CLOSED, like Org-Mode does: > DEADLINE: <2009-01-14 mer +1m> CLOSED: [2009-02-27 ven 14:08] > > the record of the changed status, in the note, is enough: > |||||||| not closed > VVVVVVVV > DEADLINE: <2009-01-14 mer +1m> > - State "DONE" from "READ" [2009-02-27 ven 13:46] \\ > Volume 17 Issue 1 (January 2009) > > So I'd suggest a new value for org-log-done: > > logonlynoterepeat -> "onlynote" record only the note, > not mark it closed > or, less easy to be remebered, > > lognoterepeatopen -> "open" , still open, not closed > > > cheers, > Giovanni > > P.S. the doc string of the org-log-repeat variable > would be clearer with lines in this order: > #+STARTUP: nologrepeat > #+STARTUP: logrepeat > #+STARTUP: lognoterepeat > > instead of : > #+STARTUP: logrepeat > #+STARTUP: lognoterepeat > #+STARTUP: nologrepeat > > Since,if I undestand it correctly, > value: > #+STARTUP: nologrepeat = nil > #+STARTUP: logrepeat = time > #+STARTUP: lognoterepeat = note > > __________________________________________________ > Do You Yahoo!? > Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da > tanto spazio gratuito per i tuoi file e i messaggi > http://mail.yahoo.it >