emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* What are "tags" on items?
@ 2015-02-28 21:35 Marcin Borkowski
  2015-02-28 21:43 ` Rasmus
  0 siblings, 1 reply; 2+ messages in thread
From: Marcin Borkowski @ 2015-02-28 21:35 UTC (permalink / raw)
  To: Org-Mode mailing list

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

TIA,

-- 
Marcin Borkowski               This email was proudly sent
http://mbork.pl                from my Emacs.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: What are "tags" on items?
  2015-02-28 21:35 What are "tags" on items? Marcin Borkowski
@ 2015-02-28 21:43 ` Rasmus
  0 siblings, 0 replies; 2+ messages in thread
From: Rasmus @ 2015-02-28 21:43 UTC (permalink / raw)
  To: emacs-orgmode

Marcin Borkowski <mbork@wmi.amu.edu.pl> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-28 21:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-28 21:35 What are "tags" on items? Marcin Borkowski
2015-02-28 21:43 ` Rasmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).