From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: What are "tags" on items? Date: Sat, 28 Feb 2015 22:43:59 +0100 Message-ID: <87pp8tzp7k.fsf@gmx.us> References: <87mw3xen2o.fsf@wmi.amu.edu.pl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRpBC-00055O-I7 for emacs-orgmode@gnu.org; Sat, 28 Feb 2015 16:44:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRpB9-0004Zt-C9 for emacs-orgmode@gnu.org; Sat, 28 Feb 2015 16:44:10 -0500 Received: from plane.gmane.org ([80.91.229.3]:36945) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRpB9-0004Zm-5c for emacs-orgmode@gnu.org; Sat, 28 Feb 2015 16:44:07 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YRpB6-0008Du-RQ for emacs-orgmode@gnu.org; Sat, 28 Feb 2015 22:44:04 +0100 Received: from 46.166.186.240 ([46.166.186.240]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Feb 2015 22:44:04 +0100 Received: from rasmus by 46.166.186.240 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Feb 2015 22:44:04 +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 Marcin Borkowski writes: > Hi there! > > I'm curious: what are item's "tags" exactly? > > They are mentioned here: http://orgmode.org/worg/dev/org-element-api.html#unnumbered-30 The tag is "tag" in this example: - tag :: desc (with-temp-buffer (org-mode) (insert "- tag :: item\n") (goto-char (1+ (point-min))) (org-element-property :tag (org-element-at-point))) => "tag" -- May contains speling mistake