From: Ihor Radchenko <yantar92@gmail.com>
To: Maxim Nikulin <manikulin@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [BUG] org-goto slows down org-set-property
Date: Sun, 11 Jul 2021 22:20:56 +0800 [thread overview]
Message-ID: <87wnpxj5iv.fsf@localhost> (raw)
In-Reply-To: <scepob$nu8$1@ciao.gmane.io>
Maxim Nikulin <manikulin@gmail.com> writes:
> Certainly 13 seconds is no go especially for interactive usage.
Yeah. So, I do not use it for now until me or someone else fixes the
issue.
> Do you have an alternative for adding properties?
> Unfortunately `org-set-property-and-value' C-c C-x P does not allow to
> set even fixed list of options for completion.
For now, I just edit the properties drawer manually or use custom
setters utilising org-set-property.
You can always generate a list of options using `completing-read'.
Example:
(completing-read
"Category: "
(org-ql-select (org-agenda-files t t)
'(property "CATEGORY")
:action (lambda () (substring-no-properties (org-entry-get (point) "CATEGORY")))))
> I use
> `org-set-property' to add CUSTOM_ID when necessary. I do not like purely
> random ID.
You may want to customise `org-id-method'. Also, I often use
`org-capture-ref-generate-key-human-readable' from my org-capture-ref
package [1].
[1] https://github.com/yantar92/org-capture-ref
Best,
Ihor
next prev parent reply other threads:[~2021-07-11 14:21 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-10 15:47 [BUG] org-goto slows down org-set-property Maxim Nikulin
2021-07-11 9:25 ` Maxim Nikulin
2021-07-11 11:49 ` Ihor Radchenko
2021-07-11 12:55 ` Maxim Nikulin
2021-07-11 14:20 ` Ihor Radchenko [this message]
2021-07-11 15:07 ` Maxim Nikulin
2021-07-11 16:00 ` Ihor Radchenko
2021-07-12 14:59 ` Maxim Nikulin
2021-07-13 14:21 ` John Kitchin
2024-07-07 12:38 ` Ihor Radchenko
2024-10-13 11:45 ` Ihor Radchenko
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=87wnpxj5iv.fsf@localhost \
--to=yantar92@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=manikulin@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).