[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to be sure that there are not doble entries for org-id-locations
From: |
Ihor Radchenko |
Subject: |
Re: how to be sure that there are not doble entries for org-id-locations |
Date: |
Sun, 18 Jun 2023 16:35:30 +0000 |
Uwe Brauer <oub@mat.ucm.es> writes:
> Hi I am using the following workflow (for the org-aggregate pkg, but the
> logic for lookup is similar)
> ...
>
> And I want to extract the last column in another org file
>
> #+BEGIN: aggregate :table short-notes :cols "Name Result"
> | Name | Result |
> |-------+--------|
> | Smith | 9 |
> #+END:
>
> That *does not* work, so what I do I add to the file with short-notes
> via
> =org-id-get-create=
> ...
Looks like XY problem.
Why not just use remote reference?
See 3.5.1 References section of Org manual.
--
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>