From: George Mauer <gmauer@gmail.com>
To: Ihor Radchenko <yantar92@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Get the "closest" property value
Date: Wed, 12 Oct 2022 08:31:08 -0500 [thread overview]
Message-ID: <CA+pajWLiRh6G4XiuFkUGQgnqm0j9d+GvPO0GutkfJ9C5yt77nQ@mail.gmail.com> (raw)
In-Reply-To: <875ygpie2n.fsf@localhost>
[-- Attachment #1: Type: text/plain, Size: 1132 bytes --]
Thanks a lot Ihor, while that doesn't seem to "cascade" upwards, it was
enough of a clue to get me there. What i'm looking for is (org-entry-get
(point) "workspace-directory" 't) with the third "inherit" parameter set
Thanks again! That's going to open up a few new workflows for me.
On Wed, Oct 12, 2022 at 4:29 AM Ihor Radchenko <yantar92@gmail.com> wrote:
> George Mauer <gmauer@gmail.com> writes:
>
> > If I have a document what looks like the following. What code could I run
> > for the ??? to get the property value for "workspace-directory" that is
> > closest in the outline to the location running the code?
> >
> > * Top Level
> > :PROPERTIES:
> > :workspace-directory: /tmp
> > :END:
> >
> > #+begin_src emacs-lisp
> > (???) ; /tmp
> > #+end_src
>
> #+begin_src emacs-lisp :var prop-value=(org-entry-get (point)
> "workspace-directory")
> prop-value
> #+end_src
>
> --
> Ihor Radchenko // yantar92,
> Org mode contributor,
> Learn more about Org mode at <https://orgmode.org/>.
> Support Org development at <https://liberapay.com/org-mode>,
> or support my work at <https://liberapay.com/yantar92>
>
[-- Attachment #2: Type: text/html, Size: 1927 bytes --]
prev parent reply other threads:[~2022-10-12 13:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-08 22:57 Get the "closest" property value George Mauer
2022-10-12 9:30 ` Ihor Radchenko
2022-10-12 13:31 ` George Mauer [this message]
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=CA+pajWLiRh6G4XiuFkUGQgnqm0j9d+GvPO0GutkfJ9C5yt77nQ@mail.gmail.com \
--to=gmauer@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=yantar92@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.