emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: org-custom-id-goto?


From: Adam Porter
Subject: Re: org-custom-id-goto?
Date: Thu, 05 Dec 2019 19:26:49 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Functions like helm-org-in-buffer-headings,
helm-org-agenda-files-headings, etc. are built-in to the helm-org
package (they used to be part of the helm package, but now they're in
this separate helm-org package which is not installed automatically with
the helm package).

The packages org-rifle and org-ql are also helpful here.  For example,
with the command helm-org-ql, you could use a search query like:

    property:CUSTOM_ID=emacs-notes

You could also define a custom predicate that searches CUSTOM_ID
properties, so you could type a query like:

    cid=emacs-notes

You could even go a step further and define a custom command that used
that predicate by default, so you could simply type the custom ID as the
query.  See discussion at <https://github.com/alphapapa/org-ql/issues/61>.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]