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 09:39:32 +0200 [thread overview]
Message-ID: <87wqp1ec0b.fsf@gmail.com> (raw)
In-Reply-To: <87obada5ck.fsf@gmail.com> (Thorsten Jolitz's message of "Mon, 08 Jul 2013 09:16:59 +0200")
Hello,
Thorsten Jolitz <tjolitz@gmail.com> writes:
> I meant these strings that I find in parse-trees that apparently do have a
> parent-proptery:
>
> #+begin_src emacs-lisp
> (headline ... :title (#("topic number one" 0 16 (:parent #1))))
>
> (paragraph (:begin 114 ...)
> #("Hello subtopic number one " 0 26 (:parent #4)))
> #+end_src
All strings contained in an element or a secondary string have a parent
property. Try
(org-element-map (org-element-parse-buffer) 'plain-text 'identity)
on the following Org buffer
#+begin_src org
* A
B
#+end_src
> I concluded that they are the secondary values listed here:
No. The secondary values are lists: "topic number one", which has
a :parent property, belongs to a list stored in :title property. That
list is the secondary value.
> I can change the :parent attribute of the headline containing the above
> :title string (or of the paragraph containing the above content string)
> with `org-element-map', but those :parent references inside the strings
> remain untouched.
Why would they be changed? The :parent reference in the headline is
another headline, or the full tree whereas the :parent reference in
these strings is the headline itself. IOW, they are unrelated.
> I can access them by writing some code, of course, I only wanted to know if
> `org-element-map' might be able to access them out-of-the-box somehow.
As said in my previous post, `org-element-map' can access them.
Do you have a simple example showing what you want to achieve?
Regards,
--
Nicolas Goaziou
next prev parent reply other threads:[~2013-07-08 7:39 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 [this message]
2013-07-08 12:06 ` Thorsten Jolitz
2013-07-08 13:00 ` Nicolas Goaziou
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87wqp1ec0b.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 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).