From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Adding a new column in the agenda view Date: Tue, 14 Jan 2014 16:26:57 +0100 Message-ID: <87bnze60u6.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W35tW-0001V4-4A for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 10:27:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W35tR-00035a-CE for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 10:27:10 -0500 Received: from mail-wg0-x235.google.com ([2a00:1450:400c:c00::235]:48006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W35tR-00035L-3n for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 10:27:05 -0500 Received: by mail-wg0-f53.google.com with SMTP id y10so541824wgg.32 for ; Tue, 14 Jan 2014 07:27:04 -0800 (PST) In-Reply-To: (Marcelo de Moraes Serpa's message of "Tue, 14 Jan 2014 00:19:40 -0600") 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: Marcelo de Moraes Serpa Cc: Org Mode Hi Marcelo, Marcelo de Moraes Serpa writes: > I'd like to add a new column to display some information about the > scheduled item in the agenda. Take the following screenshot: https:// > www.dropbox.com/s/gkcnbjrivhvql46/orgmode.jpg > > I'd like to add a colum there that shows the closest parent with the > :project: tag. Does org provide any APIs for that?  Nope -- check the org column tutorial to see the possibilities: http://orgmode.org/worg/org-tutorials/org-column-view-tutorial.html Also check org-agenda-filter-by-top-headline (which is ^ in agenda mode): I think it can help you *not* implementing this view... -- Bastien