From: Nicolas Goaziou <n.goaziou@gmail.com>
To: Thorsten Jolitz <tjolitz@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Can `org-element-map' act on secondary-strings?
Date: Mon, 08 Jul 2013 15:00:33 +0200 [thread overview]
Message-ID: <87pputdx5a.fsf@gmail.com> (raw)
In-Reply-To: <87ip0l9rxu.fsf@gmail.com> (Thorsten Jolitz's message of "Mon, 08 Jul 2013 14:06:37 +0200")
Thorsten Jolitz <tjolitz@gmail.com> writes:
> Nicolas Goaziou <n.goaziou@gmail.com> writes:
> Thanks, the 'plain-text type was what I missed. I used
>
> #+begin_src emacs-lisp
> (append '(org-data)
> org-element-all-elements
> org-element-all-objects)
> #+end_src
>
> as types for mapping, but need to add '(plain-text) to the types to access
> those :parent properties inside text-strings.
You don't need `org-data' type. The tree root doesn't have any property
anyway.
> My use case is to turn a parse tree that is a circular list into a regular
> list, and it seems that I achieved it now, e.g. using your minimal example
[...]
> I have a special use for this, but maybe this can be useful in other
> cases too, e.g. when people want to operate directly on the parse-tree
> and find it more difficult to handle circular-lists than 'normal'
> lists.
I don't know why you would want that nor why it would make things
easier, but as long as it suits you, that's fine.
Regards,
--
Nicolas Goaziou
next prev parent reply other threads:[~2013-07-08 13:00 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-06 14:38 Can `org-element-map' act on secondary-strings? Thorsten Jolitz
2013-07-06 17:14 ` Nicolas Goaziou
2013-07-08 7:16 ` Thorsten Jolitz
2013-07-08 7:39 ` Nicolas Goaziou
2013-07-08 12:06 ` Thorsten Jolitz
2013-07-08 13:00 ` Nicolas Goaziou [this message]
2013-07-08 13:48 ` Thorsten Jolitz
2013-07-08 14:08 ` Jambunathan K
2013-07-08 16:54 ` Thorsten Jolitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87pputdx5a.fsf@gmail.com \
--to=n.goaziou@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=tjolitz@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.