From mboxrd@z Thu Jan 1 00:00:00 1970 From: rene Subject: How to get your list of categories? Date: Sat, 27 Dec 2014 01:26:14 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y4g9J-0007L0-C3 for emacs-orgmode@gnu.org; Fri, 26 Dec 2014 20:26:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y4g9E-0008Ma-2S for emacs-orgmode@gnu.org; Fri, 26 Dec 2014 20:26:33 -0500 Received: from plane.gmane.org ([80.91.229.3]:43553) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y4g9D-0008MI-Ri for emacs-orgmode@gnu.org; Fri, 26 Dec 2014 20:26:27 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y4g9C-0003uK-6S for emacs-orgmode@gnu.org; Sat, 27 Dec 2014 02:26:26 +0100 Received: from vaf26-h04-89-80-55-216.dsl.sta.abo.bbox.fr ([89.80.55.216]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 27 Dec 2014 02:26:26 +0100 Received: from jlr_0 by vaf26-h04-89-80-55-216.dsl.sta.abo.bbox.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 27 Dec 2014 02:26:26 +0100 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: emacs-orgmode@gnu.org I'd like to dynamically get the list of all of my categories (:CATEGORY: property). Is there an easy way to do that? How can I write a command that would operate much the same way I get - the list of all my TODO keywords (using C-c a T), or - the list of all my TAGS (using C-c a M)? -- Rene