org-element: org-element-map also checks secondary strings
commit8736d92d0e32ef4d1ff61a22499fff78cfea1e22
authorNicolas Goaziou <n.goaziou@gmail.com>
Mon, 20 Feb 2012 17:52:30 +0000 (20 18:52 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Mon, 20 Feb 2012 19:18:29 +0000 (20 20:18 +0100)
treeddc2a0d8cf53186da5ac4d412210776d00b84b08
parentfac58412f3c23a4c3cb03e050cd7809cfc8651fe
org-element: org-element-map also checks secondary strings

* contrib/lisp/org-element.el (org-element-object-restrictions):
  Modify docstring.
(org-element-secondary-value-alist): New variable.
(org-element-map): Possibly look into secondary strings when mapping
through objects.  Also sanitize some function names.
* EXPERIMENTAL/org-e-ascii.el (org-e-ascii--unique-links): Make use of
  org-element-map improvement.
EXPERIMENTAL/org-e-ascii.el
contrib/lisp/org-element.el