Marcin Borkowski <mb...@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


Reply via email to