From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: indenting in todo list agendas Date: Mon, 24 Sep 2012 07:13:49 +0200 Message-ID: <87r4psypde.fsf@altern.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TG0zL-0001Ri-Rd for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 01:13:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TG0zK-0006eC-Qz for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 01:13:47 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:51458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TG0zK-0006e2-Jr for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 01:13:46 -0400 Received: by wgbdt14 with SMTP id dt14so3407719wgb.30 for ; Sun, 23 Sep 2012 22:13:45 -0700 (PDT) In-Reply-To: (Wiskey's message of "Sun, 23 Sep 2012 18:59:31 -0700") 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: Wiskey 5 Alpha Cc: emacs-orgmode@gnu.org Hi, Wiskey 5 Alpha writes: > I use org-tags-match-list-sublevels 'indented to create an indented > list when using tags-todo. How can I do the same if I want to make a > todo agenda view ? in the git master branch, you can use the %l specifier for `org-agenda-prefix-format'. This will insert as many spaces as the level of the TODO entry. Please read the docstring for details. HTH, -- Bastien