emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* how to be sure that there are not doble entries for org-id-locations
@ 2023-06-18 16:20 Uwe Brauer
  2023-06-18 16:35 ` Ihor Radchenko
  0 siblings, 1 reply; 4+ messages in thread
From: Uwe Brauer @ 2023-06-18 16:20 UTC (permalink / raw)
  To: emacs-orgmode



Hi I am using the following workflow (for the org-aggregate pkg, but the
logic for lookup is similar)

I have one file with a table
#+Name: short-notes
| Name  | Exam1 | Exam2 | Result |
|-------+-------+-------+--------|
| Smith |     8 |    10 | 9      |
#+TBLFM: $4=vmean($2..$3);f2


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=

And org-id, 

However I find the selected «name» cumbersome (although I understand its
purpose) so I replace it by 
* Short notes
  :PROPERTIES:
  :ID:       short-notes
  :END:

and run 

=org-id-update-id-locations=

then everything is fine.

however my «smart» way of selecting org-id might run into problems,
since I accidently can introduce such and id, twice. 

Therefore is there any way to check it (other then opening the opening
.org-id-locacations and check it manually)?

Thanks

Uwe Brauer 


-- 
Warning: Content may be disturbing to some audiences
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the NATO membership of the Ukraine.
I support the EU membership of the Ukraine. 
https://addons.thunderbird.net/en-US/thunderbird/addon/gmail-conversation-view/



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-18 20:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-18 16:20 how to be sure that there are not doble entries for org-id-locations Uwe Brauer
2023-06-18 16:35 ` Ihor Radchenko
2023-06-18 20:02   ` Uwe Brauer
2023-06-18 20:51     ` Ihor Radchenko

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).