From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mario Martelli Subject: Re: org-habit: completed-glyph not shown in graph-column Date: Tue, 11 Aug 2015 18:28:39 +0200 Message-ID: <160C23FB-B420-44EA-9805-C97088E5189A@schnuddelhuddel.de> References: <98F03129-9FCB-4AA3-885B-0CFE1ADC95A6@schnuddelhuddel.de> <87vbcmassr.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPCPt-0000vH-4P for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 12:28:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPCPr-0004J0-UM for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 12:28:45 -0400 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:36566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPCPr-0004IZ-Mn for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 12:28:43 -0400 Received: by wicja10 with SMTP id ja10so81714898wic.1 for ; Tue, 11 Aug 2015 09:28:42 -0700 (PDT) In-Reply-To: <87vbcmassr.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Hi Nicolas, > Shouldn't it be=20 >=20 > :LOGGING: TODO(!) WAIT(!) | DONE(!) CANCELED(!) >=20 > Otherwise, DONE is not considered as a final keyword. Only CANCELED = is. thanks for the hint. I was not aware that =E2=80=98|=E2=80=99 is also = necessary within LOGGING: Nevertheless I=E2=80=99ve changed the logging property to: :LOGGING: DONE(!)=20 as I do only need DONE within my habits file. Now my agenda looks much nicer :-) Thanks again Mario