From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allen Li Subject: Re: Bug: Special property ITEM without stars [9.1.14] Date: Tue, 18 Dec 2018 19:12:41 -0800 Message-ID: References: <87k1kqjk1q.fsf@nicolasgoaziou.fr> <87r2eu90zm.fsf@nicolasgoaziou.fr> <87pnu6itli.fsf@nicolasgoaziou.fr> <87mup9zek1.fsf@norang.ca> <87imzwyy3s.fsf@norang.ca> <87r2efytfi.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZSJM-00004z-Ci for emacs-orgmode@gnu.org; Tue, 18 Dec 2018 22:14:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZSI6-0003Cg-H0 for emacs-orgmode@gnu.org; Tue, 18 Dec 2018 22:13:00 -0500 Received: from mail-io1-xd2f.google.com ([2607:f8b0:4864:20::d2f]:42251) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gZSI4-00030R-Eo for emacs-orgmode@gnu.org; Tue, 18 Dec 2018 22:12:56 -0500 Received: by mail-io1-xd2f.google.com with SMTP id x6so14456799ioa.9 for ; Tue, 18 Dec 2018 19:12:53 -0800 (PST) In-Reply-To: <87r2efytfi.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" To: Allen Li , Bernt Hansen , Org Mode List On Tue, Dec 18, 2018 at 3:18 AM Nicolas Goaziou wrote: > > Hello, > > Allen Li writes: > > > Perhaps the stars should only be shown if > > org-tags-match-list-sublevels is set to indented, so that the agenda > > view matches > > the column view with respect to showing hierarchy? > > I don't think it makes sense since the aforementioned variable is not > related to columns view. > > > I personally stand by Org mode's default stance that there's no point > > in showing hierarchy in agenda view. Some people like Bernt have > > workflows that do use hierarchy in agenda view, and that's fine. But > > let us be consistent about it. > > I removed stars from columns view in Agenda mode, in master branch. Okay, thanks. I guess we can see how this works out with respect to users like Brent using org-tags-match-list-sublevels or otherwise using hierarchy. > > Regards, > > -- > Nicolas Goaziou